From 19e19f5f8a67c4e65972aa4507cf0a68d8fa3e80 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 1 Dec 2008 10:18:35 -0500 Subject: [PATCH] unix.7: Retitled subsection "(Un)supported features" to "Sockets API" This is consistent with the recent change in tcp(7). Signed-off-by: Michael Kerrisk --- man7/unix.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/unix.7 b/man7/unix.7 index 945528f40..4d22661e1 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -12,7 +12,7 @@ .\" address that can appear in the sockaddr_un structure: pathname, .\" unnamed, and abstract. .\" -.TH UNIX 7 2008-09-01 "Linux" "Linux Programmer's Manual" +.TH UNIX 7 2008-12-01 "Linux" "Linux Programmer's Manual" .SH NAME unix, AF_UNIX, AF_LOCAL \- Sockets for local interprocess communication @@ -148,7 +148,7 @@ ancillary message. When this option is set and the socket is not yet connected a unique name in the abstract namespace will be generated automatically. Expects an integer boolean flag. -.SS (Un)supported Features +.SS Sockets API The following paragraphs describe domain-specific details and unsupported features of the sockets API for Unix domain sockets on Linux.