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>
This commit is contained in:
Michael Kerrisk 2012-05-04 05:00:00 +12:00
parent 46a3609038
commit 61310e03d4
7 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
.\" $Id: icmp.7,v 1.6 2000/08/14 08:03:45 ak Exp $
.TH ICMP 7 2010-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
icmp, IPPROTO_ICMP \- Linux IPv4 ICMP kernel module.
icmp \- Linux IPv4 ICMP kernel module.
.SH DESCRIPTION
This kernel protocol module implements the Internet Control
Message Protocol defined in RFC\ 792.

View File

@ -6,7 +6,7 @@
.\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $
.TH IPV6 7 2011-09-08 "Linux" "Linux Programmer's Manual"
.SH NAME
ipv6, AF_INET6 \- Linux IPv6 protocol implementation
ipv6 \- Linux IPv6 protocol implementation
.SH SYNOPSIS
.B #include <sys/socket.h>
.br

View File

@ -6,7 +6,7 @@
.\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
.TH PACKET 7 2012-03-25 "Linux" "Linux Programmer's Manual"
.SH NAME
packet, AF_PACKET \- packet interface on device level.
packet \- packet interface on device level.
.SH SYNOPSIS
.nf
.B #include <sys/socket.h>

View File

@ -8,7 +8,7 @@
.\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $
.TH RAW 7 2008-11-20 "Linux" "Linux Programmer's Manual"
.SH NAME
raw, SOCK_RAW \- Linux IPv4 raw sockets
raw \- Linux IPv4 raw sockets
.SH SYNOPSIS
.B #include <sys/socket.h>
.br

View File

@ -10,7 +10,7 @@
.\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $
.TH RTNETLINK 7 2008-08-08 "Linux" "Linux Programmer's Manual"
.SH NAME
rtnetlink, NETLINK_ROUTE \- Linux IPv4 routing socket
rtnetlink \- Linux IPv4 routing socket
.SH SYNOPSIS
.B #include <asm/types.h>
.br

View File

@ -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>

View File

@ -6,7 +6,7 @@
.\" $Id: x25.7,v 1.4 1999/05/18 10:35:12 freitag Exp $
.TH X25 7 2008-08-08 "Linux" "Linux Programmer's Manual"
.SH NAME
x25, AF_X25 \- ITU-T X.25 / ISO-8208 protocol interface.
x25 \- ITU-T X.25 / ISO-8208 protocol interface.
.SH SYNOPSIS
.B #include <sys/socket.h>
.br