diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-04-12 10:42:34 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-04-12 10:42:34 +0200 |
| commit | d3e7786deff75403aafe0a444d22a1f4dfbc3964 (patch) | |
| tree | 0712b93042510cb581525cb7612cb7d0de421e14 /man7/unix.7 | |
| parent | 6170a241ea42a094f351956998e4a8883f4c515d (diff) | |
| download | man-pages-d3e7786deff75403aafe0a444d22a1f4dfbc3964.tar.gz | |
unix.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index e98f83b99c..79f93899c6 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -584,8 +584,8 @@ at any time and will be finally removed from the filesystem when the last reference to it is closed. .PP To pass file descriptors or credentials over a -.BR SOCK_STREAM , -you need +.BR SOCK_STREAM +socket, you must to send or receive at least one byte of nonancillary data in the same .BR sendmsg (2) or |
