From a7c83731967402c29a37cab3feba48b227249391 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 22 Mar 2000 16:02:49 +0000 Subject: [PATCH] Refer to the correct include file for the IPTOS_XXX constants. --- share/man/man4/ip.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index f631f1d6cf71..491da48be881 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 */ +int tos = IPTOS_LOWDELAY; /* see */ setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); int ttl = 60; /* max = 255 */