aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.74
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.