unix.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-01 12:29:32 +02:00
parent d3edf78f39
commit 6cd06646cb
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ When the address of the socket is returned by
and
.BR accept (2),
its length is
.IR "offsetof(struct sockaddr_un, sun_path) + strlen(sun_path) + 1" ,
offsetof(struct sockaddr_un, sun_path) + strlen(sun_path) + 1
and
.I sun_path
contains the null-terminated pathname.