From 840aa3c7d4d1d110cbb898fd5b486ef1525ca7b0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 May 2015 10:24:56 +0200 Subject: [PATCH] unix.7: Note the 108 bytes for sun_path is how things are done on Linux And refer the reader to NOTES for discussion of portability. Signed-off-by: Michael Kerrisk --- man7/unix.7 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man7/unix.7 b/man7/unix.7 index 97661c8ca..e29e28bf1 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -72,6 +72,9 @@ The .I sun_family field always contains .BR AF_UNIX . +On Linux +.I sun_path +is 108 bytes in size; see also NOTES, below. Various systems calls (for example, .BR bind (2),