diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/join | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index fa8d081d0b3..e3d56eccc3b 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: join.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ +.\" $OpenBSD: join.1,v 1.11 2000/11/10 05:10:30 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -175,6 +175,12 @@ the standard input is used. The .Nm utility exits 0 on success or >0 if an error occurred. +.Sh SEE ALSO +.Xr awk 1 , +.Xr comm 1 , +.Xr paste 1 , +.Xr sort 1 , +.Xr uniq 1 .Sh COMPATIBILITY For compatibility with historic versions of .Nm join , @@ -216,12 +222,6 @@ This has obvious difficulties in the presence of files named .Pp These options are available only so historic shell scripts don't require modification and should not be used. -.Sh SEE ALSO -.Xr awk 1 , -.Xr comm 1 , -.Xr paste 1 , -.Xr sort 1 , -.Xr uniq 1 .Sh STANDARDS The .Nm |