summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ip.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-03-22 16:02:49 +0000
committerru <ru@FreeBSD.org>2000-03-22 16:02:49 +0000
commitcd2b2c7148b7538759df9c6ee008097c7c692a59 (patch)
tree8b7c14a31cb2b5b07fb9839d4fe75375d0f1743b /share/man/man4/ip.4
parented21c3fe283af2c232ce36b359cf224aa7fe257a (diff)
downloadFreeBSD-src-cd2b2c7148b7538759df9c6ee008097c7c692a59.zip
FreeBSD-src-cd2b2c7148b7538759df9c6ee008097c7c692a59.tar.gz
Refer to the correct include file for the IPTOS_XXX constants.
Diffstat (limited to 'share/man/man4/ip.4')
-rw-r--r--share/man/man4/ip.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index f631f1d..491da48 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -106,7 +106,7 @@ and
sockets.
For example,
.Bd -literal
-int tos = IPTOS_LOWDELAY; /* see <netinet/in.h> */
+int tos = IPTOS_LOWDELAY; /* see <netinet/ip.h> */
setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
int ttl = 60; /* max = 255 */
OpenPOWER on IntegriCloud