]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Minor formatting change
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Jun 2005 08:32:40 +0000 (08:32 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 21 Jun 2005 08:32:40 +0000 (08:32 +0000)
man7/arp.7
man7/icmp.7
man7/ipv6.7
man7/raw.7
man7/udp.7

index 253a9c11d2f536457460f0f6eb5167ae2021f14f..9ec14bc089ad81e84a1fe130d60074deccf4b2a7 100644 (file)
@@ -257,9 +257,9 @@ The neigh/* sysctls did not exist before Linux 2.2.
 .BR capabilities (7),
 .BR ip (7)
 .PP
-RFC826 for a description of ARP.
+RFC826 for a description of ARP.
 .br
-RFC2461 for a description of IPv6 neighbour discovery and the base
+RFC2461 for a description of IPv6 neighbour discovery and the base
 algorithms used.
 .LP
 Linux 2.2+ IPv4 ARP uses the IPv6 algorithms when applicable.
index b6f3931df5279cb53048621801c8512554b6127a..ea2312564cb7c80d908ccb7219b992dfdd0edcc8 100644 (file)
@@ -9,7 +9,7 @@
 icmp, IPPROTO_ICMP \- Linux IPv4 ICMP kernel module. 
 .SH DESCRIPTION
 This kernel protocol module implements the Internet Control Message Protocol 
-defined in RFC792. It is used to signal error conditions and for diagnosis.
+defined in RFC792. It is used to signal error conditions and for diagnosis.
 The user doesn't interact directly with this module; instead it communicates
 with the other protocols in the kernel and these pass the ICMP 
 errors to the application layers. The kernel ICMP module also
@@ -86,7 +86,7 @@ raw sockets, this feature
 should not be relied on in portable programs.
 .\" not really true ATM
 .\" .PP
-.\" Linux ICMP should be compliant to RFC1122.
+.\" Linux ICMP should be compliant to RFC 1122.
 .PP
 .B ICMP_REDIRECT
 packets are not sent when Linux is not acting as a router.
@@ -113,4 +113,4 @@ was removed in Linux 2.2.
 .SH "SEE ALSO"
 .BR ip (7)
 .PP
-RFC792 for a description of the ICMP protocol.
+RFC792 for a description of the ICMP protocol.
index b2655a457f087496d4067e761eec71842a477519..7cff2fd70a1aae365b7006e0d04050df2b07fffd 100644 (file)
@@ -248,7 +248,7 @@ need to be changed to use
 .B struct sockaddr_storage
 for that instead.
 .SH BUGS
-The IPv6 extended API as in RFC2292 is currently only partly implemented;
+The IPv6 extended API as in RFC2292 is currently only partly implemented;
 although the 2.2 kernel has near complete support for receiving options,
 the macros for generating IPv6 options are missing in glibc 2.1. 
 .PP
@@ -261,6 +261,6 @@ This man page is not complete.
 .BR cmsg (3),
 .BR ip (7)
 .PP
-RFC2553: IPv6 BASIC API. Linux tries to be compliant to this.
+RFC2553: IPv6 BASIC API. Linux tries to be compliant to this.
 .PP
-RFC2460: IPv6 specification. 
+RFC2460: IPv6 specification. 
index 44e80a3d145aa8dc54eabcecb1ba56e632042aa2..3557717e3abc5952658a65f4660d4b3868f8ad2b 100644 (file)
@@ -36,7 +36,7 @@ All packets or errors matching the
 .I protocol
 number specified
 for the raw socket are passed to this socket.  For a list of the
-allowed protocols see RFC1700 assigned numbers and
+allowed protocols see RFC1700 assigned numbers and
 .BR getprotobyname (3).
 
 A protocol of
@@ -254,10 +254,10 @@ This man page was written by Andi Kleen.
 .BR ip (7),
 .BR socket (7)
 
-.B RFC1191 
+.B RFC1191 
 for path MTU discovery.
 
-.B RFC791 
+.B RFC791 
 and the
 .B <linux/ip.h>
 include file for the IP protocol.
index 8ab664c5ebdaafe19c889fe834948085a6d8daa8..b9b5e2e437a7179de8781df98bf84c648f974f09 100644 (file)
@@ -15,7 +15,7 @@ udp \- User Datagram Protocol for IPv4
 .br
 .B udp_socket = socket(PF_INET, SOCK_DGRAM, 0); 
 .SH DESCRIPTION
-This is an implemention of the User Datagram Protocol described in RFC768. It 
+This is an implemention of the User Datagram Protocol described in RFC768. It 
 implements a connectionless, unreliable datagram packet service.
 Packets may be reordered or duplicated before they arrive. UDP
 generates and checks checksums to catch transmission errors.  
@@ -87,7 +87,7 @@ that was sent on the same socket.
 This behaviour differs from many other BSD socket implementations
 which don't pass any errors unless the socket is connected.
 Linux's behaviour is mandated by 
-.BR RFC1122 .
+.BR RFC1122 .
 
 For compatibility with legacy code it is possible to set the
 .B SO_BSDCOMPAT  
@@ -155,8 +155,8 @@ This man page was written by Andi Kleen.
 .BR raw (7),
 .BR socket (7)
 
-RFC768 for the User Datagram Protocol.
+RFC768 for the User Datagram Protocol.
 .br
-RFC1122 for the host requirements.
+RFC1122 for the host requirements.
 .br
-RFC1191 for a description of path MTU discovery.
+RFC1191 for a description of path MTU discovery.