diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 09:26:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 09:26:04 +0000 |
commit | 8a4dd637dd2de13b76ff2757a8e168d004dff265 (patch) | |
tree | f4833edb56d5230d0ad5ba3ddbaa9b3c75121a65 /lib/libc/gen | |
parent | 76f930123a070f9cacf50c8d395178e366619a61 (diff) |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index ce334de2475..45e1aae4125 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.107 2003/07/29 14:53:11 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.108 2003/08/08 09:26:02 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1103,7 +1103,7 @@ The variable specifies lifetime of routing entries generated by incoming ICMP redirect. The default timeout is 10 minutes. .It Li tcp.rfc1323 -Returns 1 if RFC1323 extensions to +Returns 1 if RFC 1323 extensions to .Tn TCP are enabled. .It Li tcp.baddynamic @@ -1145,7 +1145,7 @@ Returns the default .Tn TCP receive buffer size. .It Li tcp.sack -Returns 1 if RFC2018 Selective Acknowledgements are enabled. +Returns 1 if RFC 2018 Selective Acknowledgements are enabled. .It Li tcp.mssdflt The maximum segment size that is used as default for non-local connections. The default value is 512. @@ -1293,7 +1293,7 @@ The string identifies the version of the KAME IPv6 stack implemented in the kernel. .It Li ip6.use_deprecated The variable controls use of deprecated addresses, specified in -RFC2462 5.5.4. +RFC 2462 5.5.4. .It Li ip6.rr_prune The variable specifies interval between IPv6 router renumbering prefix babysitting in seconds. @@ -1324,18 +1324,18 @@ in seconds. The variable specifies .Dv DELAY_FIRST_PROBE_TIME timing constant in IPv6 neighbor discovery specification -.Pq RFC2461 , +.Pq RFC 2461 , in seconds. .It Li icmp6.nd6_umaxtries The variable specifies .Dv MAX_UNICAST_SOLICIT constant in IPv6 neighbor discovery specification -.Pq RFC2461 . +.Pq RFC 2461 . .It Li icmp6.nd6_mmaxtries The variable specifies .Dv MAX_MULTICAST_SOLICIT constant in IPv6 neighbor discovery specification -.Pq RFC2461 . +.Pq RFC 2461 . .It Li icmp6.nd6_useloopback If set to non-zero, IPv6 will use the loopback interface for local traffic. .It Li icmp6.nodeinfo |