diff options
Diffstat (limited to 'man/man7/ip.7')
| -rw-r--r-- | man/man7/ip.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man7/ip.7 b/man/man7/ip.7 index 00e5274c55..138d3bb41b 100644 --- a/man/man7/ip.7 +++ b/man/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 */" .P .IB tcp_socket " = socket(AF_INET, SOCK_STREAM, 0);" .IB udp_socket " = socket(AF_INET, SOCK_DGRAM, 0);" |
