]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/icmp.7
pow.3: Minor tweak to BUGS
[thirdparty/man-pages.git] / man7 / icmp.7
index e1c2a4e19ac6e472d9d015ef5bfb08d50e4111dd..3722839cbc9de94103ccfa25a4a118d5bb870ca7 100644 (file)
@@ -9,7 +9,7 @@
 .\"
 .\" $Id: icmp.7,v 1.6 2000/08/14 08:03:45 ak Exp $
 .\"
-.TH ICMP 7 2015-04-19 "Linux" "Linux Programmer's Manual"
+.TH ICMP 7 2017-11-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
 icmp \- Linux IPv4 ICMP kernel module.
 .SH DESCRIPTION
@@ -32,7 +32,7 @@ The types of ICMP packets passed to the socket can be filtered using the
 socket option.
 ICMP packets are always processed by the kernel too, even
 when passed to a user socket.
-.LP
+.PP
 Linux limits the rate of ICMP error packets to each destination.
 .B ICMP_REDIRECT
 and
@@ -194,6 +194,7 @@ This raw socket may appear in
 .BR netstat (8)
 output with a zero inode.
 .SH SEE ALSO
-.BR ip (7)
+.BR ip (7),
+.BR rdisc (8)
 .PP
 RFC\ 792 for a description of the ICMP protocol.