From 6cd06646cb5d614d6e47772d219f4a7db4afec2e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 1 Aug 2013 12:29:32 +0200 Subject: [PATCH] unix.7: ffix Signed-off-by: Michael Kerrisk --- man7/unix.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.