From 57f8da4c64370f233f6c11c5897895028d9e96e4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 7 Aug 2015 11:20:57 +0200 Subject: [PATCH] socketpair.2: Clarify use of SOOCK_* flags in 'type' argument See http://bugs.debian.org/794217 Reported-by: Goswin von Brederlow Signed-off-by: Michael Kerrisk --- man2/socketpair.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/socketpair.2 b/man2/socketpair.2 index e936e897a..d1daf1d86 100644 --- a/man2/socketpair.2 +++ b/man2/socketpair.2 @@ -112,7 +112,9 @@ supports the .BR SOCK_NONBLOCK and .BR SOCK_CLOEXEC -flags described in +flags in the +.I type +argument, as described in .BR socket (2). POSIX.1 does not require the inclusion of