summaryrefslogtreecommitdiffstats
path: root/man7/ip.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/ip.7')
-rw-r--r--man7/ip.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/ip.7 b/man7/ip.7
index c12b03e1b..942069ec4 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -44,7 +44,7 @@ ip \- Linux IPv4 protocol implementation
.\" .B #include <net/netinet.h> -- does not exist anymore
.\" .B #include <linux/errqueue.h> -- never include <linux/foo.h>
.B #include <netinet/in.h>
-.B #include <netinet/ip.h> \fR/* superset of previous */
+.BR "#include <netinet/ip.h>" " /* superset of previous */"
.PP
.IB tcp_socket " = socket(AF_INET, SOCK_STREAM, 0);"
.IB udp_socket " = socket(AF_INET, SOCK_DGRAM, 0);"