Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
details: https://anonhg.NetBSD.org/src/rev/d378967a13b0
branches: trunk
changeset: 551518:d378967a13b0
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 07 16:22:20 2003 +0000
description:
Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
>From jmc@openbsd.
diffstat:
lib/libc/gen/sysctl.3 | 16 ++++++------
lib/libc/net/getaddrinfo.3 | 8 +++---
lib/libc/net/getnameinfo.3 | 8 +++---
lib/libc/net/inet6_option_space.3 | 16 ++++++------
lib/libc/net/inet6_rthdr_space.3 | 16 ++++++------
lib/libc/net/resolver.3 | 14 +++++-----
lib/libc/rpc/xdr.3 | 4 +-
lib/libwrap/hosts_access.5 | 4 +-
libexec/fingerd/fingerd.8 | 6 ++--
libexec/telnetd/telnetd.8 | 46 +++++++++++++++++++-------------------
sbin/ping6/ping6.8 | 6 ++--
sbin/routed/routed.8 | 6 ++--
sbin/routed/rtquery/rtquery.8 | 6 ++--
share/man/man4/faith.4 | 4 +-
share/man/man4/gif.4 | 16 ++++++------
share/man/man4/icmp6.4 | 13 +++++-----
share/man/man4/inet6.4 | 12 +++++-----
share/man/man4/ip.4 | 4 +-
share/man/man4/ip6.4 | 21 +++++++----------
share/man/man4/options.4 | 8 +++---
share/man/man4/ppp.4 | 5 +--
share/man/man5/networks.5 | 17 +++++---------
share/man/man5/resolv.conf.5 | 4 +-
share/man/man7/mailaddr.7 | 4 +-
usr.bin/skey/skey.1 | 4 +-
usr.sbin/arp/arp.4 | 6 ++--
usr.sbin/faithd/faithd.8 | 4 +-
usr.sbin/mountd/mountd.8 | 4 +-
usr.sbin/mrouted/mrouted.8 | 6 ++--
usr.sbin/nfsd/nfsd.8 | 4 +-
usr.sbin/rdate/rdate.8 | 4 +-
usr.sbin/route6d/route6d.8 | 6 ++--
usr.sbin/rtadvd/rtadvd.8 | 4 +-
33 files changed, 148 insertions(+), 158 deletions(-)
diffs (truncated from 1095 to 300 lines):
diff -r 4f1eab801081 -r d378967a13b0 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/gen/sysctl.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.3,v 1.119 2003/08/07 16:42:57 agc Exp $
+.\" $NetBSD: sysctl.3,v 1.120 2003/09/07 16:22:20 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -927,7 +927,7 @@
ICMP redirect.
This defaults to 600 seconds.
.It Li tcp.rfc1323
-Returns 1 if RFC1323 extensions to TCP are enabled.
+Returns 1 if RFC 1323 extensions to TCP are enabled.
.It Li tcp.sendspace
Returns the default TCP send buffer size.
.It Li tcp.recvspace
@@ -965,10 +965,10 @@
at this time.
Changing this value will have no effect.
.It Li tcp.win_scale
-If rfc1323 is enabled, a value of 1 indicates RFC1323 window scale options,
+If rfc1323 is enabled, a value of 1 indicates RFC 1323 window scale options,
for increasing the TCP window size, are enabled.
.It Li tcp.timestamps
-If rfc1323 is enabled, a value of 1 indicates RFC1323 time stamp options,
+If rfc1323 is enabled, a value of 1 indicates RFC 1323 time stamp options,
used for measuring TCP round trip times, are enabled.
.It Li tcp.compat_42
Returns 1 if work-arounds for bugs in the 4.2BSD TCP implementation are
@@ -1151,7 +1151,7 @@
.It Li ip6.kame_version
The string identifies the version of KAME IPv6 stack implemented in the kernel.
.It Li ip6.use_deprecated
-The variable controls use of deprecated address, specified in RFC2462 5.5.4.
+The variable controls use of deprecated address, specified in RFC 2462 5.5.4.
.It Li ip6.rr_prune
The variable specifies interval between IPv6 router renumbering prefix
babysitting, in seconds.
@@ -1203,18 +1203,18 @@
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, kernel IPv6 stack will use loopback interface for
local traffic.
diff -r 4f1eab801081 -r d378967a13b0 lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/net/getaddrinfo.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getaddrinfo.3,v 1.31 2003/08/07 16:43:07 agc Exp $
+.\" $NetBSD: getaddrinfo.3,v 1.32 2003/09/07 16:22:21 wiz Exp $
.\" $KAME: getaddrinfo.3,v 1.32 2003/04/30 06:06:42 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -571,7 +571,7 @@
.%A J. Bound
.%A W. Stevens
.%T Basic Socket Interface Extensions for IPv6
-.%R RFC2553
+.%R RFC 2553
.%D March 1999
.Re
.Rs
@@ -595,7 +595,7 @@
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.
@@ -603,4 +603,4 @@
.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 -r 4f1eab801081 -r d378967a13b0 lib/libc/net/getnameinfo.3
--- a/lib/libc/net/getnameinfo.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/net/getnameinfo.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getnameinfo.3,v 1.29 2003/08/28 12:03:08 wiz Exp $
+.\" $NetBSD: getnameinfo.3,v 1.30 2003/09/07 16:22:21 wiz Exp $
.\" $KAME: getnameinfo.3,v 1.27 2003/04/30 06:06:42 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -259,7 +259,7 @@
.%A J. Bound
.%A W. Stevens
.%T Basic Socket Interface Extensions for IPv6
-.%R RFC2553
+.%R RFC 2553
.%D March 1999
.Re
.Rs
@@ -283,7 +283,7 @@
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.
@@ -346,4 +346,4 @@
.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 -r 4f1eab801081 -r d378967a13b0 lib/libc/net/inet6_option_space.3
--- a/lib/libc/net/inet6_option_space.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/net/inet6_option_space.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet6_option_space.3,v 1.10 2003/08/07 16:43:10 agc Exp $
+.\" $NetBSD: inet6_option_space.3,v 1.11 2003/09/07 16:22:21 wiz 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 @@
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
@@ -390,7 +390,7 @@
.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
@@ -424,14 +424,14 @@
.%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
.\"
@@ -439,10 +439,10 @@
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 -r 4f1eab801081 -r d378967a13b0 lib/libc/net/inet6_rthdr_space.3
--- a/lib/libc/net/inet6_rthdr_space.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/net/inet6_rthdr_space.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet6_rthdr_space.3,v 1.10 2003/08/07 16:43:10 agc Exp $
+.\" $NetBSD: inet6_rthdr_space.3,v 1.11 2003/09/07 16:22:21 wiz 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:
@@ -262,10 +262,10 @@
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
@@ -294,14 +294,14 @@
.%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
.\"
@@ -309,13 +309,13 @@
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 -r 4f1eab801081 -r d378967a13b0 lib/libc/net/resolver.3
--- a/lib/libc/net/resolver.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/net/resolver.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: resolver.3,v 1.19 2003/08/07 16:43:15 agc Exp $
+.\" $NetBSD: resolver.3,v 1.20 2003/09/07 16:22:21 wiz Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -340,12 +340,12 @@
.Xr hostname 7 ,
.Xr named 8
.Pp
-.%T RFC974 ,
-.%T RFC1032 ,
-.%T RFC1033 ,
-.%T RFC1034 ,
-.%T RFC1035 ,
-.%T RFC1535
+.%T RFC 974 ,
+.%T RFC 1032 ,
+.%T RFC 1033 ,
+.%T RFC 1034 ,
+.%T RFC 1035 ,
+.%T RFC 1535
.Rs
.%T "Name Server Operations Guide for BIND"
.Re
diff -r 4f1eab801081 -r d378967a13b0 lib/libc/rpc/xdr.3
--- a/lib/libc/rpc/xdr.3 Sun Sep 07 15:59:36 2003 +0000
+++ b/lib/libc/rpc/xdr.3 Sun Sep 07 16:22:20 2003 +0000
@@ -1,5 +1,5 @@
.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
-.\" $NetBSD: xdr.3,v 1.9 2003/04/17 17:57:12 wiz Exp $
+.\" $NetBSD: xdr.3,v 1.10 2003/09/07 16:22:21 wiz Exp $
.\"
.Dd April 17, 2003
.Dt XDR 3
@@ -509,6 +509,6 @@
.Rs
.%A Sun Microsystems, Inc., USC-ISI
.%T "XDR: External Data Representation Standard"
Home |
Main Index |
Thread Index |
Old Index