summaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.114
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