diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-10 10:39:33 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-10 10:39:33 +0000 |
commit | 8ebea63ae6431968bbb7786ab2bb0ddcac19f18b (patch) | |
tree | 33140f4f71f82cc096b2b1ccdc515f7fd89f86f6 /usr.bin/join | |
parent | 64fa16234520f104d01ac0c8e944f19fe8927c75 (diff) | |
download | FreeBSD-src-8ebea63ae6431968bbb7786ab2bb0ddcac19f18b.zip FreeBSD-src-8ebea63ae6431968bbb7786ab2bb0ddcac19f18b.tar.gz |
Remove -j from synopsis. The form given in the synopsis was incorrect,
and it should not have been there at all since it is a deprecated option.
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 9a00849..e9fff1e 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -47,7 +47,6 @@ .Fl a Ar file_number | Fl v Ar file_number .Oc .Op Fl e Ar string -.Op Fl j Ar file_number field .Op Fl o Ar list .Bk -words .Ek |