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 | |
parent | 76f930123a070f9cacf50c8d395178e366619a61 (diff) |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 14 | ||||
-rw-r--r-- | lib/libc/net/getaddrinfo.3 | 8 | ||||
-rw-r--r-- | lib/libc/net/getnameinfo.3 | 10 | ||||
-rw-r--r-- | lib/libc/net/if_indextoname.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 16 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 16 | ||||
-rw-r--r-- | lib/libc/net/resolver.3 | 14 | ||||
-rw-r--r-- | lib/libc/rpc/rpcauth.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/xdr.3 | 4 | ||||
-rw-r--r-- | lib/libwrap/hosts_access.5 | 4 |
11 files changed, 50 insertions, 50 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 diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index f91681dbcdc..a9004e3207e 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getaddrinfo.3,v 1.24 2003/07/27 15:34:03 jmc Exp $ +.\" $OpenBSD: getaddrinfo.3,v 1.25 2003/08/08 09:26:02 jmc Exp $ .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -542,7 +542,7 @@ indicate an unknown error. .%A J. Bound .%A W. Stevens .%T Basic Socket Interface Extensions for IPv6 -.%R RFC2553 +.%R RFC 2553 .%D March 1999 .Re .Rs @@ -566,7 +566,7 @@ The function is defined in IEEE POSIX 1003.1g draft specification, and documented in .Dq Basic Socket Interface Extensions for IPv6 -.Pq RFC2553 . +.Pq RFC 2553 . .\" .Sh HISTORY The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. @@ -574,4 +574,4 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. .Sh BUGS The current implementation is not thread-safe. .Pp -The text was shamelessly copied from RFC2553. +The text was shamelessly copied from RFC 2553. diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 606a95572ce..03b6149e011 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnameinfo.3,v 1.21 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: getnameinfo.3,v 1.22 2003/08/08 09:26:02 jmc Exp $ .\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -253,7 +253,7 @@ The error code can be found in errno. .%A J. Bound .%A W. Stevens .%T Basic Socket Interface Extensions for IPv6 -.%R RFC2553 +.%R RFC 2553 .%D March 1999 .Re .Rs @@ -277,7 +277,7 @@ The function is defined in IEEE POSIX 1003.1g draft specification, and documented in .Dq Basic Socket Interface Extensions for IPv6 -.Pq RFC2553 . +.Pq RFC 2553 . .\" .Sh HISTORY The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. @@ -285,9 +285,9 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. .Sh BUGS The current implementation is not thread-safe. .Pp -The text was shamelessly copied from RFC2553. +The text was shamelessly copied from RFC 2553. .Pp .Ox intentionally uses a different .Dv NI_MAXHOST -value from what RFC2553 suggests, to avoid buffer length handling mistakes. +value from what RFC 2553 suggests, to avoid buffer length handling mistakes. diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3 index 2b7073328f2..30293dcdf2d 100644 --- a/lib/libc/net/if_indextoname.3 +++ b/lib/libc/net/if_indextoname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_indextoname.3,v 1.6 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: if_indextoname.3,v 1.7 2003/08/08 09:26:02 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -130,7 +130,7 @@ on errors. .Xr networking 4 .Pp R. Gilligan, S. Thomson, J. Bound, and W. Stevens, -``Basic Socket Interface Extensions for IPv6,'' RFC2553, March 1999. +``Basic Socket Interface Extensions for IPv6,'' RFC 2553, March 1999. .Sh STANDARDS These functions are defined in ``Basic Socket Interface Extensions for IPv6'' -.Pq RFC2533 . +.Pq RFC 2533 . diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 73beb8d7a46..cb974c9e853 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.16 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: inet.3,v 1.17 2003/08/08 09:26:02 jmc Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -201,7 +201,7 @@ and .Xr getnameinfo 3 are recommended rather than the functions presented here. .Pp -The presentation format of an IPv6 address is given in [RFC1884 2.2]: +The presentation format of an IPv6 address is given in [RFC 1884 2.2]: .Pp There are three conventional forms for representing IPv6 addresses as text strings: diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 8757641eac5..4e5dc22711a 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.12 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.13 2003/08/08 09:26:02 jmc Exp $ .\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -61,7 +61,7 @@ Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. -RFC2292 defines a set of functions to help the application. +RFC 2292 defines a set of functions to help the application. The function prototypes for these functions are all in the .Aq Pa netinet/in.h @@ -99,7 +99,7 @@ is the number of options to be stored in the object. This is of little consequence, since it is assumed that most Hop-by-Hop option headers and Destination option headers carry only one option -.Pq appendix B of [RFC-2460] . +.Pq appendix B of [RFC 2460] . .\" .Ss inet6_option_init .Fn inet6_option_init @@ -386,7 +386,7 @@ is not .Dv NULL . .\" .Sh EXAMPLES -RFC2292 gives comprehensive examples in chapter 6. +RFC 2292 gives comprehensive examples in chapter 6. .\" .Sh DIAGNOSTICS .Fn inet6_option_init @@ -420,14 +420,14 @@ value. .%A W. Stevens .%A M. Thomas .%T "Advanced Sockets API for IPv6" -.%N RFC2292 +.%N RFC 2292 .%D February 1998 .Re .Rs .%A S. Deering .%A R. Hinden .%T "Internet Protocol, Version 6 (IPv6) Specification" -.%N RFC2460 +.%N RFC 2460 .%D December 1998 .Re .\" @@ -435,10 +435,10 @@ value. The functions are documented in .Dq Advanced Sockets API for IPv6 -.Pq RFC2292 . +.Pq RFC 2292 . .\" .Sh HISTORY The implementation first appeared in KAME advanced networking kit. .\" .Sh BUGS -The text was shamelessly copied from RFC2292. +The text was shamelessly copied from RFC 2292. diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 4db0fdd5e00..33b209af4f2 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.12 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.13 2003/08/08 09:26:02 jmc Exp $ .\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -63,7 +63,7 @@ .Fn inet6_rthdr_getflags "const struct cmsghdr *cmsg" "int index" .\" .Sh DESCRIPTION -RFC2292 IPv6 advanced API defines eight +RFC 2292 IPv6 advanced API defines eight functions that the application calls to build and examine a Routing header. Four functions build a Routing header: @@ -258,10 +258,10 @@ or Upon an error the return value of the function is -1. .Pp Note: Addresses are indexed starting at 1, and flags starting at 0, -to maintain consistency with the terminology and figures in RFC2460. +to maintain consistency with the terminology and figures in RFC 2460. .\" .Sh EXAMPLES -RFC2292 gives comprehensive examples in chapter 8. +RFC 2292 gives comprehensive examples in chapter 8. .\" .Sh DIAGNOSTICS .Fn inet6_rthdr_space @@ -290,14 +290,14 @@ return -1 on error. .%A W. Stevens .%A M. Thomas .%T "Advanced Sockets API for IPv6" -.%N RFC2292 +.%N RFC 2292 .%D February 1998 .Re .Rs .%A S. Deering .%A R. Hinden .%T "Internet Protocol, Version 6 (IPv6) Specification" -.%N RFC2460 +.%N RFC 2460 .%D December 1998 .Re .\" @@ -305,13 +305,13 @@ return -1 on error. The functions are documented in .Dq Advanced Sockets API for IPv6 -.Pq RFC2292 . +.Pq RFC 2292 . .\" .Sh HISTORY The implementation first appeared in KAME advanced networking kit. .\" .Sh BUGS -The text was shamelessly copied from RFC2292. +The text was shamelessly copied from RFC 2292. .Pp .Fn inet6_rthdr_reverse is not implemented yet. diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index bb0ac86009c..577420e9f1a 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.16 2003/06/02 20:18:36 millert Exp $ +.\" $OpenBSD: resolver.3,v 1.17 2003/08/08 09:26:02 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -325,12 +325,12 @@ see .Xr hostname 7 , .Xr named 8 .Pp -.%T RFC1032 , -.%T RFC1033 , -.%T RFC1034 , -.%T RFC1035 , -.%T RFC1535 , -.%T RFC974 +.%T RFC 1032 , +.%T RFC 1033 , +.%T RFC 1034 , +.%T RFC 1035 , +.%T RFC 1535 , +.%T RFC 974 .Rs .%T "Name Server Operations Guide for BIND" .Re diff --git a/lib/libc/rpc/rpcauth.3 b/lib/libc/rpc/rpcauth.3 index 16cf60a0358..cd61a25932c 100644 --- a/lib/libc/rpc/rpcauth.3 +++ b/lib/libc/rpc/rpcauth.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcauth.3,v 1.10 2003/05/30 22:12:43 jmc Exp $ +.\" $OpenBSD: rpcauth.3,v 1.11 2003/08/08 09:26:02 jmc Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -114,5 +114,5 @@ with the appropriate parameters. .Rs .%A "Sun Microsystems, Inc." .%T "RPC: Remote Procedure Call Protocol Specification" -.%R "RFC1057, USC-ISI" +.%R "RFC 1057, USC-ISI" .Re diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 9ee8ee83f94..b2197cec4e0 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.15 2003/05/30 22:12:43 jmc Exp $ +.\" $OpenBSD: xdr.3,v 1.16 2003/08/08 09:26:02 jmc Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -585,5 +585,5 @@ Returns one if it succeeds, zero otherwise. .Rs .%A "Sun Microsystems, Inc." .%T "XDR: External Data Representation Standard" -.%R "RFC1014, USC-ISI" +.%R "RFC 1014, USC-ISI" .Re diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index 82c3deb9cf9..a74b229c359 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.20 2003/07/08 13:52:52 jmc Exp $ +.\" $OpenBSD: hosts_access.5,v 1.21 2003/08/08 09:26:03 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -352,7 +352,7 @@ but would perform username lookups with all other systems. A flaw in the sequence number generator of many TCP/IP implementations allows intruders to easily impersonate trusted hosts and to break in via, for example, the remote shell service. -The IDENT (RFC931 etc.) +The IDENT (RFC 931 etc.) service can be used to detect such and other host address spoofing attacks. .Pp Before accepting a client request, the wrappers can use the IDENT |