diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-04 05:00:00 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:16 +1200 |
| commit | 61310e03d4094d529fb7a08f5fbb8b29fb2de2f7 (patch) | |
| tree | b336137ae80a220393110f408027bb3cb6cbbae2 /man7/unix.7 | |
| parent | 46a36090384a53084dbce97ec6e4821310b897dd (diff) | |
| download | man-pages-61310e03d4094d529fb7a08f5fbb8b29fb2de2f7.tar.gz | |
icmp.7, ipv6.7, packet.7, raw.7, rtnetlink.7, unix.7, x25.7: Remove names of constants from NAME line
Some of the sockets/network protocol pages included names of
the corresponding address family constants in the NAME line,
but this wasn't done consistently across all pages, and probably
it adds little value in those pages that did do this. So, remove
these constants from those pages that have them in the NAME
section.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index adbfd7961e..ffe908c182 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -14,7 +14,7 @@ .\" .TH UNIX 7 2102-04-16 "Linux" "Linux Programmer's Manual" .SH NAME -unix, AF_UNIX, AF_LOCAL \- Sockets for local +unix \- Sockets for local interprocess communication .SH SYNOPSIS .B #include <sys/socket.h> |
