diff options
author | 2009-11-09 13:34:59 +0000 | |
---|---|---|
committer | 2009-11-09 13:34:59 +0000 | |
commit | 1a1f5fe3ee39c750e82a566bb3bb83cb07241dbf (patch) | |
tree | 3570ed392e5e09396759f3bc092bafd6de1849f6 /usr.bin/diff/diff.1 | |
parent | Constify buf. (diff) | |
download | wireguard-openbsd-1a1f5fe3ee39c750e82a566bb3bb83cb07241dbf.tar.xz wireguard-openbsd-1a1f5fe3ee39c750e82a566bb3bb83cb07241dbf.zip |
move mutually exclusive options (-c, -e, -f, -n and -u) to the right place.
ok jmc@
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index af9f608a4a4..2e6f392fad3 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.35 2009/02/08 17:33:01 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.36 2009/11/09 13:34:59 sobrado Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: November 9 2009 $ .Dt DIFF 1 .Os .Sh NAME @@ -38,11 +38,11 @@ .Sh SYNOPSIS .Nm diff .Op Fl abdilpqTtw -.Op Fl I Ar pattern .Oo .Fl c | e | f | .Fl n | u .Oc +.Op Fl I Ar pattern .Op Fl L Ar label .Ar file1 file2 .Nm diff @@ -64,11 +64,11 @@ .Ar file1 file2 .Nm diff .Op Fl abdilNPpqrsTtw -.Op Fl I Ar pattern .Oo .Fl c | e | f | .Fl n | u .Oc +.Op Fl I Ar pattern .Bk -words .Op Fl L Ar label .Op Fl S Ar name |