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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-06 10:24:56 +02:00
parent 63bc262cd3
commit 840aa3c7d4
1 changed files with 3 additions and 0 deletions

View File

@ -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),