From 61310e03d4094d529fb7a08f5fbb8b29fb2de2f7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 May 2012 05:00:00 +1200 Subject: [PATCH] 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 --- man7/icmp.7 | 2 +- man7/ipv6.7 | 2 +- man7/packet.7 | 2 +- man7/raw.7 | 2 +- man7/rtnetlink.7 | 2 +- man7/unix.7 | 2 +- man7/x25.7 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man7/icmp.7 b/man7/icmp.7 index dc13aad84..55f1a38ad 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -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. diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 99a5b38e9..a6c92a8f9 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -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 .br diff --git a/man7/packet.7 b/man7/packet.7 index 1b6522931..5e3940fff 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -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 diff --git a/man7/raw.7 b/man7/raw.7 index bead0f28f..6c6309439 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -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 .br diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index f9c76f373..8da6359fa 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -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 .br diff --git a/man7/unix.7 b/man7/unix.7 index adbfd7961..ffe908c18 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 diff --git a/man7/x25.7 b/man7/x25.7 index a0ad7788b..58211e775 100644 --- a/man7/x25.7 +++ b/man7/x25.7 @@ -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 .br