diff --git a/man7/unix.7 b/man7/unix.7 index 23305f275..1892f2d8f 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.