aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-12-01 10:18:35 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 22:18:08 -0500
commit19e19f5f8a67c4e65972aa4507cf0a68d8fa3e80 (patch)
tree702385f296b04fa0a1c354d552a3332d1cf4ac76 /man7/unix.7
parentde092003b7199ae1f9aba91ef15d7106725ac72c (diff)
downloadman-pages-19e19f5f8a67c4e65972aa4507cf0a68d8fa3e80.tar.gz
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 <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 945528f407..4d22661e1c 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.