summaryrefslogtreecommitdiffstats
path: root/man7/icmp.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/icmp.7')
-rw-r--r--man7/icmp.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/icmp.7 b/man7/icmp.7
index da6959660..883705b88 100644
--- a/man7/icmp.7
+++ b/man7/icmp.7
@@ -21,7 +21,7 @@ A user protocol may receive ICMP packets for all local sockets by opening
a raw socket with the protocol
.BR IPPROTO_ICMP .
See
-.BR raw (7)
+.MR raw 7
for more information.
The types of ICMP packets passed to the socket can be filtered using the
.B ICMP_FILTER
@@ -187,10 +187,10 @@ is in milliseconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC).
.P
Linux ICMP internally uses a raw socket to send ICMPs.
This raw socket may appear in
-.BR netstat (8)
+.MR netstat 8
output with a zero inode.
.SH SEE ALSO
-.BR ip (7),
-.BR rdisc (8)
+.MR ip 7 ,
+.MR rdisc 8
.P
RFC\ 792 for a description of the ICMP protocol.