diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 02:22:34 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 02:22:34 +0000 |
commit | d4a016fa128f67056dda3f8d22257ead24cbb38f (patch) | |
tree | 7836581052fcba08b7b84b4e077091a9898fd1af /usr.bin | |
parent | 396a9102093d1d89914d0f88cb9e384f892a7b6f (diff) |
more SEE ALSO fixes.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/grep/grep.1 | 4 | ||||
-rw-r--r-- | usr.bin/sort/sort.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 555522a2bac..226bbed487b 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.1 2001/09/21 23:12:00 deraadt Exp $ +.\" $OpenBSD: grep.1,v 1.2 2002/11/09 02:22:33 fgsch Exp $ .\" .\" Copyright (c) 2000 Carson Harding. All rights reserved. .\" This code was written and contributed to OpenBSD by Carson Harding. @@ -245,8 +245,8 @@ and in the absence of other errors (a bad regular expression) the exit value is determined only by whether or not matches were found. (XX Should -s do the same??) .Sh SEE ALSO -.Xr re_format 7 , .Xr regex 3 , +.Xr re_format 7 .Sh HISTORY A .Nm grep diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index d18a9fc6b9e..93033a31e86 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.17 2002/02/10 15:50:15 aaron Exp $ +.\" $OpenBSD: sort.1,v 1.18 2002/11/09 02:22:33 fgsch Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -362,8 +362,8 @@ already exists .Sh SEE ALSO .Xr comm 1 , .Xr join 1 , -.Xr radixsort 3 , -.Xr uniq 1 +.Xr uniq 1 , +.Xr radixsort 3 .Sh HISTORY A .Nm |