summaryrefslogtreecommitdiff
path: root/usr.bin
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 /usr.bin
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.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/split/split.14
-rw-r--r--usr.bin/tsort/tsort.14
2 files changed, 4 insertions, 4 deletions
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