diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-08-01 12:29:32 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-08-01 12:29:32 +0200 |
| commit | 6cd06646cb5d614d6e47772d219f4a7db4afec2e (patch) | |
| tree | 4728230da8d57f4863dfc84a41f03608868b16b2 /man7/unix.7 | |
| parent | d3edf78f3909796cb97ae0921fb42858df6e5975 (diff) | |
| download | man-pages-6cd06646cb5d614d6e47772d219f4a7db4afec2e.tar.gz | |
unix.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 23305f275d..1892f2d8f5 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -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. |
