From d1875c13fc5fcd2cd5bf41d6079c1feb67530615 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Jun 2016 11:17:04 +0200 Subject: [PATCH] unix.7: Move some abstract socket details to a separate subsection Signed-off-by: Michael Kerrisk --- man7/unix.7 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man7/unix.7 b/man7/unix.7 index f21442745..267d083e7 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -159,9 +159,6 @@ the first .IR "(addrlen \- sizeof(sa_family_t))" bytes of .IR sun_path . -Abstract sockets automatically disappear when all open references -to the socket are closed. -The abstract socket namespace is a nonportable Linux extension. .SS Pathname sockets When binding a socket to a pathname, a few rules should be observed for maximum portability and ease of coding: @@ -252,6 +249,12 @@ and .BR chmod (2)). .\" However, fchown() and fchmod() do not seem to have an effect .\" +.SS Abstract sockets +Abstract sockets automatically disappear when all open references +to the socket are closed. + +The abstract socket namespace is a nonportable Linux extension. +.\" .SS Socket options For historical reasons, these socket options are specified with a .B SOL_SOCKET