summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-09-07 16:22:20 +0000
committerwiz <wiz@NetBSD.org>2003-09-07 16:22:20 +0000
commit47190e80b8a095a3f817811242f26ac6eb525ea0 (patch)
tree9b6b17952a88dcd13cbedb1634c1bb6e6509061b
parent800fe5d1782055c07ba80f13e3e6051506f0d40a (diff)
Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
-rw-r--r--lib/libc/gen/sysctl.316
-rw-r--r--lib/libc/net/getaddrinfo.38
-rw-r--r--lib/libc/net/getnameinfo.38
-rw-r--r--lib/libc/net/inet6_option_space.316
-rw-r--r--lib/libc/net/inet6_rthdr_space.316
-rw-r--r--lib/libc/net/resolver.314
-rw-r--r--lib/libc/rpc/xdr.34
-rw-r--r--lib/libwrap/hosts_access.54
-rw-r--r--libexec/fingerd/fingerd.86
-rw-r--r--libexec/telnetd/telnetd.846
-rw-r--r--sbin/ping6/ping6.86
-rw-r--r--sbin/routed/routed.86
-rw-r--r--sbin/routed/rtquery/rtquery.86
-rw-r--r--share/man/man4/faith.44
-rw-r--r--share/man/man4/gif.416
-rw-r--r--share/man/man4/icmp6.413
-rw-r--r--share/man/man4/inet6.412
-rw-r--r--share/man/man4/ip.44
-rw-r--r--share/man/man4/ip6.421
-rw-r--r--share/man/man4/options.48
-rw-r--r--share/man/man4/ppp.45
-rw-r--r--share/man/man5/networks.517
-rw-r--r--share/man/man5/resolv.conf.54
-rw-r--r--share/man/man7/mailaddr.74
-rw-r--r--usr.bin/skey/skey.14
-rw-r--r--usr.sbin/arp/arp.46
-rw-r--r--usr.sbin/faithd/faithd.84
-rw-r--r--usr.sbin/mountd/mountd.84
-rw-r--r--usr.sbin/mrouted/mrouted.86
-rw-r--r--usr.sbin/nfsd/nfsd.84
-rw-r--r--usr.sbin/rdate/rdate.84
-rw-r--r--usr.sbin/route6d/route6d.86
-rw-r--r--usr.sbin/rtadvd/rtadvd.84
33 files changed, 148 insertions, 158 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 782cb2e778f..b3325df7ddc 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -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 @@ The variable specifies lifetime of routing entries generated by incoming
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 @@ TCP Selective ACKnowledgement (RFC 2018) is not implemented in
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 @@ tunnel interface.
.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 @@ 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, kernel IPv6 stack will use loopback interface for
local traffic.
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 1797c373a8d..d8760f82d0b 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -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 @@ 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
@@ -595,7 +595,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.
@@ -603,4 +603,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 cc55c127755..bd4a623b8e0 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -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 @@ 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
@@ -283,7 +283,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.
@@ -346,4 +346,4 @@ if (error == 0) {
.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/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3
index 76bd1fdbbd7..2d667476e89 100644
--- a/lib/libc/net/inet6_option_space.3
+++ b/lib/libc/net/inet6_option_space.3
@@ -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 @@ 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
@@ -390,7 +390,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
@@ -424,14 +424,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
.\"
@@ -439,10 +439,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 dd84d84e5ae..3168e8efb91 100644
--- a/lib/libc/net/inet6_rthdr_space.3
+++ b/lib/libc/net/inet6_rthdr_space.3
@@ -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 @@ 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
@@ -294,14 +294,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
.\"
@@ -309,13 +309,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 39c96188829..a754c7257f3 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -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 @@ see
.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 --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3
index 6de95107941..e54e01de69b 100644
--- a/lib/libc/rpc/xdr.3
+++ b/lib/libc/rpc/xdr.3
@@ -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 @@ The following manuals:
.Rs
.%A Sun Microsystems, Inc., USC-ISI
.%T "XDR: External Data Representation Standard"
-.%J RFC
+.%R "RFC 1014, USC-ISI"
.%V 1014
.Re
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5
index 8012710426d..f468ddd90ed 100644
--- a/lib/libwrap/hosts_access.5
+++ b/lib/libwrap/hosts_access.5
@@ -259,7 +259,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.) service can be used to detect such and
+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
@@ -414,4 +414,4 @@ Eindhoven University of Technology
Den Dolech 2, P.O. Box 513,
5600 MB Eindhoven, The Netherlands
.\" @(#) hosts_access.5 1.20 95/01/30 19:51:46
-.\" $NetBSD: hosts_access.5,v 1.14 2002/10/01 19:38:46 wiz Exp $
+.\" $NetBSD: hosts_access.5,v 1.15 2003/09/07 16:22:22 wiz Exp $
diff --git a/libexec/fingerd/fingerd.8 b/libexec/fingerd/fingerd.8
index c5a9ceaed5e..494c2cc9abf 100644
--- a/libexec/fingerd/fingerd.8
+++ b/libexec/fingerd/fingerd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: fingerd.8,v 1.18 2003/08/07 09:46:37 agc Exp $
+.\" $NetBSD: fingerd.8,v 1.19 2003/09/07 16:22:22 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
.Nm
is a simple protocol based on
-.%T RFC1196
+.%T RFC 1196
that provides an interface to the
Name and Finger programs at several network sites.
The program is supposed to return a friendly,
@@ -115,7 +115,7 @@ and
will return long output.
Empty requests will return all currently logged in users.
All other requests look for specific users.
-See RFC1196 for details.
+See RFC 1196 for details.
.It Fl m
Prevent matching of
.Ar user
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8
index 18eda66f1c5..65a12e119e8 100644
--- a/libexec/telnetd/telnetd.8
+++ b/libexec/telnetd/telnetd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: telnetd.8,v 1.28 2003/08/07 09:46:52 agc Exp $
+.\" $NetBSD: telnetd.8,v 1.29 2003/09/07 16:22:22 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -514,49 +514,49 @@ to execute site-specific commands.
.Xr telnet 1 ,
.Xr ttyaction 3
.Sh STANDARDS
-.Bl -tag -compact -width RFC-1572
-.It Cm RFC-854
+.Bl -tag -compact -width "RFC 1572 "
+.It RFC 854
.Tn TELNET
PROTOCOL SPECIFICATION
-.It Cm RFC-855
+.It RFC 855
TELNET OPTION SPECIFICATIONS
-.It Cm RFC-856
+.It RFC 856
TELNET BINARY TRANSMISSION
-.It Cm RFC-857
+.It RFC 857
TELNET ECHO OPTION
-.It Cm RFC-858
+.It RFC 858
TELNET SUPPRESS GO AHEAD OPTION
-.It Cm RFC-859
+.It RFC 859
TELNET STATUS OPTION
-.It Cm RFC-860
+.It RFC 860
TELNET TIMING MARK OPTION
-.It Cm RFC-861
+.It RFC 861
TELNET EXTENDED OPTIONS - LIST OPTION
-.It Cm RFC-885
+.It RFC 885
TELNET END OF RECORD OPTION
-.It Cm RFC-1073
+.It RFC 1073
Telnet Window Size Option
-.It Cm RFC-1079
+.It RFC 1079
Telnet Terminal Speed Option
-.It Cm RFC-1091
+.It RFC 1091
Telnet Terminal-Type Option
-.It Cm RFC-1096
+.It RFC 1096
Telnet X Display Location Option
-.It Cm RFC-1123
+.It RFC 1123
Requirements for Internet Hosts -- Application and Support
-.It Cm RFC-1184
+.It RFC 1184
Telnet Linemode Option
-.It Cm RFC-1372
+.It RFC 1372
Telnet Remote Flow Control Option
-.It Cm RFC-1416
+.It RFC 1416
Telnet Authentication Option
-.It Cm RFC-1411
+.It RFC 1411
Telnet Authentication: Kerberos Version 4
-.It Cm RFC-1412
+.It RFC 1412
Telnet Authentication: SPX
-.It Cm RFC-1571
+.It RFC 1571
Telnet Environment Option Interoperability Issues
-.It Cm RFC-1572
+.It RFC 1572
Telnet Environment Option
.El
.Sh BUGS
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8
index c311391a358..931a4c4d9d0 100644
--- a/sbin/ping6/ping6.8
+++ b/sbin/ping6/ping6.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: ping6.8,v 1.24 2003/03/15 22:24:18 wiz Exp $
+.\" $NetBSD: ping6.8,v 1.25 2003/09/07 16:22:23 wiz Exp $
.\" $KAME: ping6.8,v 1.57 2002/05/26 13:18:25 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -98,7 +98,7 @@ from a host or gateway.
datagrams (``pings'') have an IPv6 header,
and
.Tn ICMPv6
-header formatted as documented in RFC2463.
+header formatted as documented in RFC 2463.
The options are as follows:
.Bl -tag -width Ds
.\" old IPsec
@@ -432,7 +432,7 @@ ping6 -a agl dst.foo.com
.%A A. Conta
.%A S. Deering
.%T "Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"
-.%N RFC2463
+.%N RFC 2463
.%D December 1998
.Re
.Rs
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8
index 6caa7b4421a..8926b05aac4 100644
--- a/sbin/routed/routed.8
+++ b/sbin/routed/routed.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: routed.8,v 1.41 2003/02/25 10:35:09 wiz Exp $
+.\" $NetBSD: routed.8,v 1.42 2003/09/07 16:22:23 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -53,8 +53,8 @@
.Nm
is a daemon invoked at boot time to manage the network
routing tables.
-It uses Routing Information Protocol, RIPv1 (RFC\ 1058),
-RIPv2 (RFC\ 1723),
+It uses Routing Information Protocol, RIPv1 (RFC 1058),
+RIPv2 (RFC 1723),
and Internet Router Discovery Protocol (RFC 1256)
to maintain the kernel routing table.
The RIPv1 protocol is based on the reference
diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8
index 8657bb9ecca..4ed6c9975e9 100644
--- a/sbin/routed/rtquery/rtquery.8
+++ b/sbin/routed/rtquery/rtquery.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: rtquery.8,v 1.17 2003/02/25 10:35:10 wiz Exp $
+.\" $NetBSD: rtquery.8,v 1.18 2003/09/07 16:22:23 wiz Exp $
.\"
.Dd June 1, 1996
.Dt RTQUERY 8
@@ -67,8 +67,8 @@ and so answers completely.
is also used to turn tracing on or off in
.Xr routed 8 .
.Pp
-The following options are available:
-.Bl -tag -width indent
+.Dl RFC 1058 - Routing Information Protocol, RIPv1
+.Dl RFC 1723 - Routing Information Protocol, RIPv2
.It Fl n
displays only the numeric network and host numbers instead of both
numeric and symbolic.
diff --git a/share/man/man4/faith.4 b/share/man/man4/faith.4
index 2bc159aa1ab..1d58f419626 100644
--- a/share/man/man4/faith.4
+++ b/share/man/man4/faith.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: faith.4,v 1.9 2001/06/30 01:01:36 itojun Exp $
+.\" $NetBSD: faith.4,v 1.10 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: faith.4,v 1.10 2001/06/30 00:42:48 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -121,7 +121,7 @@ interface is intended to be used on routers, not on hosts.
.%A Jun-ichiro itojun Hagino
.%A Kazu Yamamoto
.%T "An IPv6-to-IPv4 transport relay translator"
-.%B RFC3142
+.%B RFC 3142
.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
.%D June 2001
.Re
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4
index dc68b38885e..43a26ff59ec 100644
--- a/share/man/man4/gif.4
+++ b/share/man/man4/gif.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: gif.4,v 1.23 2002/09/04 00:04:20 wiz Exp $
+.\" $NetBSD: gif.4,v 1.24 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: gif.4,v 1.24 2001/02/20 12:54:01 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -44,7 +44,7 @@ It can tunnel IPv[46] traffic over IPv[46].
Therefore, there can be four possible configurations.
The behavior of
.Nm
-is mainly based on RFC2893 IPv6-over-IPv4 configured tunnel.
+is mainly based on RFC 2893 IPv6-over-IPv4 configured tunnel.
.Nm
can also tunnel ISO traffic over IPv[46] using EON encapsulation.
.Pp
@@ -92,7 +92,7 @@ interface flag.
Without
.Dv IFF_LINK1 ,
.Nm
-will show a normal behavior, like described in RFC2893.
+will show a normal behavior, like described in RFC 2893.
This can be summarized as follows:
.Bl -tag -width "Ingress" -offset indent
.It Ingress
@@ -127,7 +127,7 @@ If outer ECN CE bit is
enable ECN CE bit on the inner.
.El
.Pp
-Note that the ECN friendly behavior violates RFC2893.
+Note that the ECN friendly behavior violates RFC 2893.
This should be used in mutual agreement with the peer.
.Ss Packet format
Every inner packet is encapsulated in an outer packet.
@@ -210,7 +210,7 @@ and on the cisco
.Xr ifconfig 8
.Rs
.%A C. Perkins
-.%B RFC2003
+.%B RFC 2003
.%T IP Encapsulation within IP
.%D October 1996
.%O ftp://ftp.isi.edu/in-notes/rfc2003.txt
@@ -218,7 +218,7 @@ and on the cisco
.Rs
.%A R. Gilligan
.%A E. Nordmark
-.%B RFC2893
+.%B RFC 2893
.%T Transition Mechanisms for IPv6 Hosts and Routers
.%D August 2000
.%O ftp://ftp.isi.edu/in-notes/rfc2893.txt
@@ -233,8 +233,8 @@ and on the cisco
.Re
.\"
.Sh STANDARDS
-IPv4 over IPv4 encapsulation is compatible with RFC2003.
-IPv6 over IPv4 encapsulation is compatible with RFC2893.
+IPv4 over IPv4 encapsulation is compatible with RFC 2003.
+IPv6 over IPv4 encapsulation is compatible with RFC 2893.
.\"
.Sh HISTORY
The
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index 50f81ab4272..d387da0b8fd 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: icmp6.4,v 1.9 2003/08/07 10:31:02 agc Exp $
+.\" $NetBSD: icmp6.4,v 1.10 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
@@ -140,6 +140,7 @@ and an option name of
.Pp
Six macros operate on an icmp6_filter structure:
.\" is "Fn" legal for macros?
+.Pp
.Bl -item -compact -offset indent
.It
.Ft void
@@ -206,7 +207,7 @@ raw socket is created, it will by default pass all
.Tn ICMPv6
message types to the application.
.Pp
-For further discussions see RFC2292.
+For further discussions see RFC 2292.
.\"
.Sh DIAGNOSTICS
A socket operation may fail with one of the following errors returned:
@@ -235,16 +236,14 @@ socket with a network address for which no network interface exists.
.Rs
.%A W. Stevens
.%A M. Thomas
-.%R RFC
-.%N 2292
+.%R RFC 2292
.%D February 1998
.%T "Advanced Sockets API for IPv6"
.Re
.Rs
.%A A. Conta
.%A S. Deering
-.%R RFC
-.%N 2463
+.%R RFC 2463
.%D December 1998
.%T "Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"
.Re
@@ -254,4 +253,4 @@ The implementation is based on KAME stack
which is descendant of WIDE hydrangea IPv6 stack kit
.Pc .
.Pp
-Part of the document was shamelessly copied from RFC2292.
+Part of the document was shamelessly copied from RFC 2292.
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4
index f92c2729d68..05c0ef4679f 100644
--- a/share/man/man4/inet6.4
+++ b/share/man/man4/inet6.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet6.4,v 1.27 2003/04/16 13:35:17 wiz Exp $
+.\" $NetBSD: inet6.4,v 1.28 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -101,7 +101,7 @@ like link-local or site-local addresses.
A scoped address is ambiguous to the kernel,
if it is specified without a scope identifier.
To manipulate scoped addresses properly from the userland,
-programs must use the advanced API defined in RFC2292.
+programs must use the advanced API defined in RFC 2292.
A compact description of the advanced API is available in
.Xr ip6 4 .
If a scoped address is specified without an explicit scope,
@@ -274,7 +274,7 @@ By default,
does not route IPv4 traffic to
.Dv AF_INET6
sockets.
-The default behavior intentionally violates RFC2553 for security reasons.
+The default behavior intentionally violates RFC 2553 for security reasons.
Listen to two sockets if you want to accept both IPv4 and IPv6 traffic.
IPv4 traffic may be routed with certain
per-socket/per-node configuration, however, it is not recommended to do so.
@@ -284,7 +284,7 @@ for details.
.Pp
The behavior of
.Dv AF_INET6
-TCP/UDP socket is documented in RFC2553.
+TCP/UDP socket is documented in RFC 2553.
Basically, it says this:
.Bl -bullet -compact
.It
@@ -328,7 +328,7 @@ socket and IPv6 should be routed to the
socket.
.El
.Pp
-However, RFC2553 does not define the ordering constraint between calls to
+However, RFC 2553 does not define the ordering constraint between calls to
.Xr bind 2 ,
nor how IPv4 TCP/UDP port numbers and IPv6 TCP/UDP port numbers
relate to each other
@@ -377,7 +377,7 @@ sockets.
.Sh HISTORY
The
.Nm
-protocol interfaces are defined in RFC2553 and RFC2292.
+protocol interfaces are defined in RFC 2553 and RFC 2292.
The implementation described herein appeared in the WIDE/KAME project.
.Sh BUGS
The IPv6 support is subject to change as the Internet protocols develop.
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index 99452b8e9ee..6b1fc8b6384 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: ip.4,v 1.15 2003/08/07 10:31:02 agc Exp $
+.\" $NetBSD: ip.4,v 1.16 2003/09/07 16:22:28 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -72,7 +72,7 @@ The format of
.Tn IP
options to be sent is that specified by the
.Tn IP
-protocol specification (RFC-791), with one exception:
+protocol specification (RFC 791), with one exception:
the list of addresses for Source Route options must include the first-hop
gateway at the beginning of the list of gateways.
The first-hop gateway address will be extracted from the option list
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index 728fd8528f8..4d47612a92f 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: ip6.4,v 1.15 2003/08/07 10:31:02 agc Exp $
+.\" $NetBSD: ip6.4,v 1.16 2003/09/07 16:22:28 wiz Exp $
.\" $KAME: ip6.4,v 1.11 2000/05/07 06:21:41 itojun Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
@@ -90,9 +90,9 @@ There are several
.Xr setsockopt 2 Ns / Ns Xr getsockopt 2
options.
They are separated into the basic IPv6 sockets API
-.Pq defined in RFC2553 ,
+.Pq defined in RFC 2553 ,
and the advanced API
-.Pq defined in RFC2292 .
+.Pq defined in RFC 2292 .
The basic API looks very similar to the API presented in
.Xr ip 4 .
Advanced API uses ancillary data and can handle more complex cases.
@@ -593,7 +593,7 @@ discarding the packet if the checksum is in error.
This option prevents applications from having to perform source
address selection on the packets they send.
The checksum will
-incorporate the IPv6 pseudo-header, defined in Section 8.1 of RFC2460.
+incorporate the IPv6 pseudo-header, defined in Section 8.1 of RFC 2460.
This new socket option also specifies an integer offset into
the user data of where the checksum is located.
.Bd -literal -offset indent
@@ -654,16 +654,14 @@ The ancillary data items were improperly formed, or option name was unknown.
.Rs
.%A W. Stevens
.%A M. Thomas
-.%R RFC
-.%N 2292
+.%R RFC 2292
.%D February 1998
.%T "Advanced Sockets API for IPv6"
.Re
.Rs
.%A S. Deering
.%A R. Hinden
-.%R RFC
-.%N 2460
+.%R RFC 2460
.%D December 1998
.%T "Internet Protocol, Version 6 (IPv6) Specification"
.Re
@@ -672,15 +670,14 @@ The ancillary data items were improperly formed, or option name was unknown.
.%A S. Thomson
.%A J. Bound
.%A W. Stevens
-.%R RFC
-.%N 2553
+.%R RFC 2553
.%D March 1999
.%T "Basic Socket Interface Extensions for IPv6"
.Re
.\"
.Sh STANDARDS
Most of the socket options are defined in
-RFC2292 and/or RFC2553.
+RFC 2292 and/or RFC 2553.
.Dv IPV6_PORTRANGE
and
conflict resolution rule
@@ -692,7 +689,7 @@ are not defined in the RFCs and should be considered implementation dependent.
The implementation is based on the KAME stack (which
is a descendant of the WIDE hydrangea IPv6 stack kit).
.Pp
-Part of the document was shamelessly copied from RFC2553 and RFC2292.
+Part of the document was shamelessly copied from RFC 2553 and RFC 2292.
.\"
.Sh BUGS
The
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 5778b6b0bac..f6f87e6ceb3 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.220 2003/07/11 12:59:54 yamt Exp $
+.\" $NetBSD: options.4,v 1.221 2003/09/07 16:22:28 wiz Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -897,7 +897,7 @@ they can't be cleared if the securelevel is greater than 0.
See also
.Xr chflags 1 .
.It Cd options NFS_BOOT_BOOTP
-Enable use of the BOOTP protocol (RFC 951, 1048) to get configuration
+Enable use of the BOOTP protocol (RFCs 951 and 1048) to get configuration
information if NFS is used to mount the root file system.
See
.Xr diskless 8
@@ -1015,7 +1015,7 @@ Handle with care.
Turns on in-kernel precision timekeeping support used by software
implementing
.Em NTP
-(Network Time Protocol, RFC1305).
+(Network Time Protocol, RFC 1305).
The
.Em NTP
option adds an in-kernel Phase-Locked Loop (PLL) for normal
@@ -1467,7 +1467,7 @@ OUT based on contracted profiles for customers.
Inside the network, IN packets receive preferential treatment by
the RIO dropper.
ALTQ/RIO has 3 drop precedence levels defined for the Assured Forwarding
-PHB of DiffServ (RFC2597).
+PHB of DiffServ (RFC 2597).
This option assumes
.Em ALTQ .
.It Cd options ALTQ_BLUE
diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4
index ae02ac1afb2..46f60ad58b4 100644
--- a/share/man/man4/ppp.4
+++ b/share/man/man4/ppp.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: ppp.4,v 1.8 2003/08/07 10:31:03 agc Exp $
+.\" $NetBSD: ppp.4,v 1.9 2003/09/07 16:22:28 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,8 +84,7 @@ family; the packet was dropped.
.Xr pppd 8 ,
.Xr pppstats 8
.Rs
-.%R RFC
-.%N 1661
+.%R RFC 1661
.%D July 1994
.%T "The Point-to-Point Protocol (PPP)"
.Re
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index 75177c7c2c7..44c39fa6624 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: networks.5,v 1.15 2003/08/07 10:31:17 agc Exp $
+.\" $NetBSD: networks.5,v 1.16 2003/09/07 16:22:28 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -140,32 +140,27 @@ file resides in
.Xr dhcpd 8 ,
.Xr named 8
.Rs
-.%R RFC
-.%N 2317
+.%R RFC 2317
.%D March 1998
.%T "Classless IN-ADDR.ARPA delegation"
.Re
.Rs
-.%R RFC
-.%N 1918
+.%R RFC 1918
.%D February 1996
.%T "Address Allocation for Private Internets"
.Re
.Rs
-.%R RFC
-.%N 1627
+.%R RFC 1627
.%D July 1994
.%T "Network 10 Considered Harmful"
.Re
.Rs
-.%R RFC
-.%N 1519
+.%R RFC 1519
.%D September 1993
.%T "Classless Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy"
.Re
.Rs
-.%R RFC
-.%N 1101
+.%R RFC 1101
.%D April 1989
.%T "DNS Encoding of Network Names and Other Types"
.Re
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index 7c33a49e832..17968d597c3 100644
--- a/share/man/man5/resolv.conf.5
+++ b/share/man/man5/resolv.conf.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: resolv.conf.5,v 1.22 2003/08/07 10:31:17 agc Exp $
+.\" $NetBSD: resolv.conf.5,v 1.23 2003/09/07 16:22:29 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -140,7 +140,7 @@ enable debugging information, by setting RES_DEBUG in _res.options
(see
.Xr resolver 3 ) .
.It Sy edns0
-attach OPT pseudo-RR for ENDS0 extension specified in RFC2671,
+attach OPT pseudo-RR for ENDS0 extension specified in RFC 2671,
to inform DNS server of our receive buffer size.
The option will allow DNS servers to take advantage of non-default receive
buffer size, and to send larger replies.
diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7
index 116f69fe666..6eb65648229 100644
--- a/share/man/man7/mailaddr.7
+++ b/share/man/man7/mailaddr.7
@@ -1,4 +1,4 @@
-.\" $NetBSD: mailaddr.7,v 1.12 2003/08/07 10:31:20 agc Exp $
+.\" $NetBSD: mailaddr.7,v 1.13 2003/09/07 16:22:29 wiz Exp $
.\"
.\" Copyright (c) 1983, 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -102,7 +102,7 @@ Users should always use standard Internet style addresses.
appeared in
.Bx 4.2 .
.Sh BUGS
-The RFC822 group syntax (``group:user1,user2,user3;'') is not supported
+The RFC 822 group syntax (``group:user1,user2,user3;'') is not supported
except in the special case of ``group:;'' because of a conflict with old
berknet-style addresses, not that anyone cares about either berknet or
group syntax style addresses any longer.
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1
index 4f367d4559e..1d015cda9a5 100644
--- a/usr.bin/skey/skey.1
+++ b/usr.bin/skey/skey.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: skey.1,v 1.20 2003/05/14 12:22:56 wiz Exp $
+.\" $NetBSD: skey.1,v 1.21 2003/09/07 16:22:24 wiz Exp $
.\"
.\" from: @(#)skey.1 1.1 10/28/93
.\"
@@ -153,7 +153,7 @@ flag is given to
.Xr skeyinit 1 ,
.Xr ftpd 8
.Pp
-.Em RFC2289
+.Em RFC 2289
.Sh TRADEMARKS AND PATENTS
.Em S/Key
is a trademark of
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 72c3fa69f07..08fc0ff16fc 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -1,4 +1,4 @@
-.\" $NetBSD: arp.4,v 1.9 2003/08/07 11:25:12 agc Exp $
+.\" $NetBSD: arp.4,v 1.10 2003/09/07 16:22:24 wiz Exp $
.\"
.\" Copyright (c) 1985, 1986, 1988, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -113,11 +113,11 @@ same Internet address.
.Rs
.%A Plummer, D.
.%B "An Ethernet Address Resolution Protocol"
-.%T RFC826
+.%T RFC 826
.Re
.Rs
.%A Leffler, S.J.
.%A Karels, M.J.
.%B "Trailer Encapsulations"
-.%T RFC893
+.%T RFC 893
.Re
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8
index b5344752876..d8a95f67240 100644
--- a/usr.sbin/faithd/faithd.8
+++ b/usr.sbin/faithd/faithd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: faithd.8,v 1.22 2003/07/04 12:56:58 wiz Exp $
+.\" $NetBSD: faithd.8,v 1.23 2003/09/07 16:22:25 wiz Exp $
.\" $KAME: faithd.8,v 1.37 2002/05/09 14:21:23 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -367,7 +367,7 @@ setting.
.%A Jun-ichiro itojun Hagino
.%A Kazu Yamamoto
.%T "An IPv6-to-IPv4 transport relay translator"
-.%B RFC3142
+.%B RFC 3142
.%O ftp://ftp.isi.edu/in-notes/rfc3142.txt
.%D June 2001
.Re
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8
index c308eca4adc..b6b80df563b 100644
--- a/usr.sbin/mountd/mountd.8
+++ b/usr.sbin/mountd/mountd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: mountd.8,v 1.25 2003/08/07 11:25:34 agc Exp $
+.\" $NetBSD: mountd.8,v 1.26 2003/09/07 16:22:25 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@ listens for service requests at the port indicated in the
.Tn NFS
server specification; see
.%T "Network File System Protocol Specification" ,
-RFC1094, Appendix A and
+RFC 1094, Appendix A and
.%T "NFS: Network File System Version 3 Protocol Specification" ,
Appendix I.
.Pp
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 8a8e516476d..67d9ddfd9b9 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: mrouted.8,v 1.15 2003/03/05 21:48:59 wiz Exp $
+.\" $NetBSD: mrouted.8,v 1.16 2003/09/07 16:22:25 wiz Exp $
.\" $OpenBSD: mrouted.8,v 1.11 2003/03/03 15:14:28 deraadt Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
@@ -20,9 +20,9 @@
.Sh DESCRIPTION
.Nm
is an implementation of the Distance-Vector Multicast Routing
-Protocol (DVMRP), an earlier version of which is specified in RFC-1075.
+Protocol (DVMRP), an earlier version of which is specified in RFC 1075.
It maintains topological knowledge via a distance-vector routing protocol
-(like RIP, described in RFC-1058), upon which it implements a multicast
+(like RIP, described in RFC 1058), upon which it implements a multicast
datagram forwarding algorithm called Reverse Path Multicasting.
.Pp
.Nm
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index 9a62645ba3d..8704b6f2823 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: nfsd.8,v 1.18 2003/08/07 11:25:37 agc Exp $
+.\" $NetBSD: nfsd.8,v 1.19 2003/09/07 16:22:26 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -101,7 +101,7 @@ listens for service requests at the port indicated in the
.Tn NFS
server specification; see
.%T "Network File System Protocol Specification" ,
-RFC1094 and
+RFC 1094 and
.%T "NFS: Network File System Version 3 Protocol Specification" .
.Pp
The
diff --git a/usr.sbin/rdate/rdate.8 b/usr.sbin/rdate/rdate.8
index c7fd707d66b..70908e73fce 100644
--- a/usr.sbin/rdate/rdate.8
+++ b/usr.sbin/rdate/rdate.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: rdate.8,v 1.9 2002/01/19 11:45:00 wiz Exp $
+.\" $NetBSD: rdate.8,v 1.10 2003/09/07 16:22:26 wiz Exp $
.\"
.\" Copyright (c) 1994 Christos Zoulas
.\" All rights reserved.
@@ -41,7 +41,7 @@
.Sh DESCRIPTION
.Nm
displays and sets the local date and time from the
-host name or address given as the argument. It uses the RFC868
+host name or address given as the argument. It uses the RFC 868
protocol which is usually implemented as a built-in service of
.Xr inetd 8 .
.Pp
diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8
index e5b38b0dfe3..dae310c07d8 100644
--- a/usr.sbin/route6d/route6d.8
+++ b/usr.sbin/route6d/route6d.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: route6d.8,v 1.11 2003/02/25 10:36:18 wiz Exp $
+.\" $NetBSD: route6d.8,v 1.12 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: route6d.8,v 1.11 2002/06/02 15:00:30 itojun Exp $
.\"
.\" Copyright (c) 1996 WIDE Project. All rights reserved.
@@ -222,14 +222,14 @@ signal
.%A G. Malkin
.%A R. Minnear
.%T RIPng for IPv6
-.%R RFC2080
+.%R RFC 2080
.%D January 1997
.Re
.\"
.Sh NOTES
.Nm
uses the advanced IPv6 API,
-defined in RFC2292,
+defined in RFC 2292,
for communicating with peers using link-local addresses.
.Pp
Internally
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8
index 16d7202a7c2..1cb5314b267 100644
--- a/usr.sbin/rtadvd/rtadvd.8
+++ b/usr.sbin/rtadvd/rtadvd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: rtadvd.8,v 1.18 2003/03/30 23:53:22 perry Exp $
+.\" $NetBSD: rtadvd.8,v 1.19 2003/09/07 16:22:27 wiz Exp $
.\" $KAME: rtadvd.8,v 1.18 2002/04/28 10:43:02 jinmei Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -145,7 +145,7 @@ In this case,
.Nm
will transmit router advertisement with router lifetime 0
to all the interfaces
-.Pq in accordance with RFC2461 6.2.5 .
+.Pq in accordance with RFC 2461 6.2.5 .
.Sh EXIT STATUS
The
.Nm