summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-09-06 15:04:35 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-09-06 15:04:35 +0000
commit60e3409ed149bdefcb774fa1336bcbf86d8d7a50 (patch)
tree48af7d4d2e2bad81a4dd0b07a7b34b830cb36cb1
parent9954eaf1309aad3397247d28ad73ea36ea0e9512 (diff)
Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should
be a single digit. Powered by mantoya@. millert@ ok.
-rw-r--r--lib/libc/stdlib/random.34
-rw-r--r--lib/libwrap/hosts_access.34
-rw-r--r--lib/libwrap/hosts_access.54
-rw-r--r--lib/libwrap/hosts_options.54
-rw-r--r--lib/libwrap/rfc1413.34
-rw-r--r--libexec/tcpd/tcpd/tcpd.84
-rw-r--r--libexec/tcpd/tcpdmatch/tcpdmatch.84
-rw-r--r--sbin/pfctl/pfctl.84
-rw-r--r--share/man/man4/ac97.44
-rw-r--r--share/man/man4/atalk.44
-rw-r--r--share/man/man4/midi.44
-rw-r--r--share/man/man4/rln.44
-rw-r--r--share/man/man4/sti.44
-rw-r--r--share/man/man9/disk.94
-rw-r--r--usr.bin/split/split.14
-rw-r--r--usr.bin/tsort/tsort.14
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.14
-rw-r--r--usr.sbin/tokeninit/tokeninit.84
18 files changed, 36 insertions, 36 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index 548c5aae7a8..3d4545651bb 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: random.3,v 1.13 2001/06/09 01:41:59 assar Exp $
+.\" $OpenBSD: random.3,v 1.14 2001/09/06 15:04:34 mpech Exp $
.\"
.Dd April 19, 1991
.Dt RANDOM 3
@@ -167,7 +167,7 @@ messages are printed on the standard error output.
.Xr arc4random 3 ,
.Xr drand48 3 ,
.Xr rand 3 ,
-.Xr random 4 ,
+.Xr random 4
.Sh STANDARDS
The
.Fn random ,
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3
index bb0e08d9a13..1901301aae5 100644
--- a/lib/libwrap/hosts_access.3
+++ b/lib/libwrap/hosts_access.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.3,v 1.6 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: hosts_access.3,v 1.7 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -121,7 +121,7 @@ tables.
Problems are reported via the syslog daemon.
.Sh SEE ALSO
.Xr hosts_access 5 ,
-.Xr hosts_options 5 .
+.Xr hosts_options 5
.Sh FILES
.Bl -tag -width /etc/hosts.allow -compact
.It Pa /etc/hosts.allow
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5
index 1b40f8f44be..32a48d87dc1 100644
--- a/lib/libwrap/hosts_access.5
+++ b/lib/libwrap/hosts_access.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.5,v 1.12 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: hosts_access.5,v 1.13 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -504,7 +504,7 @@ Access control table (deny list)
.Sh SEE ALSO
.Xr tcpd 8 ,
.Xr tcpdchk 8 ,
-.Xr tcpdmatch 8 .
+.Xr tcpdmatch 8
.Sh BUGS
If a name server lookup times out, the host name will not be available
to the access control software, even though the host is registered.
diff --git a/lib/libwrap/hosts_options.5 b/lib/libwrap/hosts_options.5
index f9519c9b26f..94677c2da34 100644
--- a/lib/libwrap/hosts_options.5
+++ b/lib/libwrap/hosts_options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_options.5,v 1.5 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: hosts_options.5,v 1.6 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -219,7 +219,7 @@ When a syntax error is found in an access control rule, the error
is reported to the syslog daemon; further options will be ignored,
and service is denied.
.Sh SEE ALSO
-.Xr hosts_access 5 .
+.Xr hosts_access 5
.Sh AUTHORS
.Bd -unfilled -indent
Wietse Venema (wietse@wzv.win.tue.nl)
diff --git a/lib/libwrap/rfc1413.3 b/lib/libwrap/rfc1413.3
index e818b8b771b..6f379d9a66f 100644
--- a/lib/libwrap/rfc1413.3
+++ b/lib/libwrap/rfc1413.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfc1413.3,v 1.2 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: rfc1413.3,v 1.3 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 2001, Bob Beck. All rights reserved.
.\"
@@ -74,7 +74,7 @@ always terminating with a nul byte. In this case 0 is returned.
returns -1 if any failure occurs such that it was unable to
retrieve the remote username.
.Sh SEE ALSO
-.Xr hosts_access 3 ,
+.Xr hosts_access 3
.Sh BUGS
The ident protocol only works on TCP sockets.
.Pp
diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8
index 2619918171f..7bfdab37186 100644
--- a/libexec/tcpd/tcpd/tcpd.8
+++ b/libexec/tcpd/tcpd/tcpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpd.8,v 1.11 2001/08/02 18:37:34 mpech Exp $
+.\" $OpenBSD: tcpd.8,v 1.12 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -226,7 +226,7 @@ Access control table (deny list)
.Sh SEE ALSO
.Xr hosts_access 5 ,
.Xr inetd.conf 5 ,
-.Xr syslog.conf 5 .
+.Xr syslog.conf 5
.Sh AUTHORS
.Bd -unfilled -offset indent
Wietse Venema (wietse@wzv.win.tue.nl),
diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8
index 0e83d040742..860a3ec71de 100644
--- a/libexec/tcpd/tcpdmatch/tcpdmatch.8
+++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdmatch.8,v 1.9 2001/08/02 18:37:34 mpech Exp $
+.\" $OpenBSD: tcpdmatch.8,v 1.10 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -179,7 +179,7 @@ access control table (deny list)
.Xr hosts_access 5 ,
.Xr hosts_options 5 ,
.Xr inetd.conf 5 ,
-.Xr tcpdchk 8 .
+.Xr tcpdchk 8
.Sh AUTHORS
.Bd -unfilled -offset indent
Wietse Venema (wietse@wzv.win.tue.nl),
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index e23101d10b3..88d25f5b71a 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.31 2001/08/28 00:02:43 frantzen Exp $
+.\" $OpenBSD: pfctl.8,v 1.32 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -221,7 +221,7 @@ Rules for Network Address Translation.
.Xr nat.conf 5 ,
.Xr pf.conf 5 ,
.Xr ftp-proxy 8 ,
-.Xr rc 8 .
+.Xr rc 8
.Sh AUTHORS
Daniel Hartmeier wrote the program and the underlying mechanism.
.Sh HISTORY
diff --git a/share/man/man4/ac97.4 b/share/man/man4/ac97.4
index c25074a2afd..20fea216944 100644
--- a/share/man/man4/ac97.4
+++ b/share/man/man4/ac97.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ac97.4,v 1.8 2001/01/12 17:14:12 deraadt Exp $
+.\" $OpenBSD: ac97.4,v 1.9 2001/09/06 15:04:34 mpech Exp $
.\"
.Dd October 7, 1999
.Dt AC97 4
@@ -27,7 +27,7 @@ Instead, the driver is automatically attached by the drivers that require it.
.Xr clcs 4 ,
.Xr eap 4 ,
.Xr fms 4 ,
-.Xr neo 4 .
+.Xr neo 4
.Sh BUGS
The
.Nm
diff --git a/share/man/man4/atalk.4 b/share/man/man4/atalk.4
index bda7185525c..40f6ed078c0 100644
--- a/share/man/man4/atalk.4
+++ b/share/man/man4/atalk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atalk.4,v 1.9 2001/03/07 23:58:38 todd Exp $
+.\" $OpenBSD: atalk.4,v 1.10 2001/09/06 15:04:34 mpech Exp $
.\"
.\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
.\" distribution. That distribution is covered by the following copyright:
@@ -168,7 +168,7 @@ services are provided by user programs and daemons.
.\" .BR asp (3N),
.Xr bind 2 ,
.Xr getsockname 2 ,
-.Xr atalkd 8 .
+.Xr atalkd 8
.Rs
.%B Inside AppleTalk, second edition
.%A Gursharan S. Sidhu
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4
index 89fc73fbf83..dae753ad412 100644
--- a/share/man/man4/midi.4
+++ b/share/man/man4/midi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: midi.4,v 1.5 2000/12/21 21:01:17 aaron Exp $
+.\" $OpenBSD: midi.4,v 1.6 2001/09/06 15:04:34 mpech Exp $
.\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -103,7 +103,7 @@ interface.
.Xr opl 4 ,
.Xr pcppi 4 ,
.Xr sb 4 ,
-.Xr wss 4 .
+.Xr wss 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/rln.4 b/share/man/man4/rln.4
index d06f52c5966..224d64b8c27 100644
--- a/share/man/man4/rln.4
+++ b/share/man/man4/rln.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rln.4,v 1.11 2001/08/17 11:13:58 mpech Exp $
+.\" $OpenBSD: rln.4,v 1.12 2001/09/06 15:04:34 mpech Exp $
.\"
.Dd 2 April, 1999
.Dt RLN 4
@@ -107,7 +107,7 @@ and a description of your card (via
.Xr isa 4 ,
.\" .Xr isapnp 4 ,
.Xr pcmcia 4 ,
-.Xr ifconfig 8 ,
+.Xr ifconfig 8
.Pa http://www.proxim.com/
.Sh AUTHORS
David Leonard,
diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4
index 2e708aa2e41..71523e3f4d3 100644
--- a/share/man/man4/sti.4
+++ b/share/man/man4/sti.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sti.4,v 1.3 2001/08/03 15:21:16 mpech Exp $
+.\" $OpenBSD: sti.4,v 1.4 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 2001 Michael Shalayeff
.\" All rights reserved.
@@ -220,7 +220,7 @@ Colour frame buffer support.
.El
.Sh SEE ALSO
.Xr intro 4 ,
-.Xr wsdisplay 4 .
+.Xr wsdisplay 4
.Pp
"Standard Text Interface For Graphics Devices",
Revision 8.13, March 1, 2000, Hewlett Packard
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9
index e66c2cae49a..f2639973607 100644
--- a/share/man/man9/disk.9
+++ b/share/man/man9/disk.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disk.9,v 1.16 2001/06/27 08:42:59 aaron Exp $
+.\" $OpenBSD: disk.9,v 1.17 2001/09/06 15:04:34 mpech Exp $
.\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $
.\"
.\" Copyright (c) 1995, 1996 Jason R. Thorpe.
@@ -375,7 +375,7 @@ by Jason R. Thorpe <thorpej@NetBSD.ORG>.
.Xr ccd 4 ,
.Xr raid 4 ,
.Xr vnd 4 ,
-.Xr spl 9 .
+.Xr spl 9
.Sh HISTORY
The
.Ox
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 1fa3bbd9986..d0973d2bce1 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: split.1,v 1.6 2000/11/10 05:10:40 aaron Exp $
+.\" $OpenBSD: split.1,v 1.7 2001/09/06 15:04:34 mpech Exp $
.\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
@@ -100,7 +100,7 @@ argument is not specified, the file is split into lexically ordered
files named in the range of
.Dq xaa-zzz .
.Sh SEE ALSO
-.Xr re_format 7 .
+.Xr re_format 7
.Sh HISTORY
A
.Nm
diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1
index 974057e3c7f..5f73c7f5995 100644
--- a/usr.bin/tsort/tsort.1
+++ b/usr.bin/tsort/tsort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsort.1,v 1.10 2001/07/11 15:15:21 espie Exp $
+.\" $OpenBSD: tsort.1,v 1.11 2001/09/06 15:04:34 mpech Exp $
.\" $NetBSD: tsort.1,v 1.6 1996/01/17 20:37:49 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -102,7 +102,7 @@ had to break.
.El
.Sh SEE ALSO
.Xr ar 1 ,
-.Xr lorder 1 ,
+.Xr lorder 1
.Rs
.%A Donald E. Knuth
.%B The Art of Computer Programming
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 68de140317b..ab07303ec09 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.20 2001/08/18 14:42:23 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.21 2001/09/06 15:04:34 mpech Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@@ -438,7 +438,7 @@ installation will proceed anyway.
.Xr pkg_add 1 ,
.Xr pkg_delete 1 ,
.Xr pkg_info 1 ,
-.Xr sysconf 3 .
+.Xr sysconf 3
.Sh HISTORY
The
.Nm
diff --git a/usr.sbin/tokeninit/tokeninit.8 b/usr.sbin/tokeninit/tokeninit.8
index 5a3e4eed79d..d62bb89d26c 100644
--- a/usr.sbin/tokeninit/tokeninit.8
+++ b/usr.sbin/tokeninit/tokeninit.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tokeninit.8,v 1.3 2001/08/01 03:08:29 millert Exp $
+.\" $OpenBSD: tokeninit.8,v 1.4 2001/09/06 15:04:34 mpech Exp $
.\"
.\" Copyright (c) 1995 Migration Associates Corporation. All rights reserved.
.\"
@@ -218,7 +218,7 @@ Not all modes of all cards are supported.
.Xr x99token 1 ,
.Xr syslog 3 ,
.Xr login_token 8 ,
-.Xr tokenadm 8 ,
+.Xr tokenadm 8
.Sh AUTHORS
Jack Flory
.Aq jpf@mig.com