From d3e7786deff75403aafe0a444d22a1f4dfbc3964 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Apr 2018 10:42:34 +0200 Subject: [PATCH] unix.7: wfix Signed-off-by: Michael Kerrisk --- man7/unix.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/unix.7 b/man7/unix.7 index e98f83b99..79f93899c 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