summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-26 21:56:24 +0000
committerjkh <jkh@FreeBSD.org>1996-05-26 21:56:24 +0000
commitf6c941c509bbf282c2daebd9dc5a32624e47de38 (patch)
treebe441fb2059967f7475a6370a73ceb4e18f5067d /gnu/usr.bin/diff
parent0ec1a91c8d3cc9df49cfd7c2a8fc7b4cf518b0c4 (diff)
downloadFreeBSD-src-f6c941c509bbf282c2daebd9dc5a32624e47de38.zip
FreeBSD-src-f6c941c509bbf282c2daebd9dc5a32624e47de38.tar.gz
Fix some argument ordering and redundancy bogons.
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r--gnu/usr.bin/diff/diff.112
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1
index e16f6d9..44f3fec 100644
--- a/gnu/usr.bin/diff/diff.1
+++ b/gnu/usr.bin/diff/diff.1
@@ -325,25 +325,25 @@ to paginate it.
Report only whether the files differ, not the details of the
differences.
.TP
-.B \-r
-When comparing directories, recursively compare any subdirectories
-found.
-.TP
.B \-\-rcs
Output RCS-format diffs; like
.B \-f
except that each command
specifies the number of lines affected.
.TP
+.B \-r
+.br
+.ns
+.TP
.B \-\-recursive
When comparing directories, recursively compare any subdirectories
found.
.TP
-.B \-\-report\-identical\-files
+.B \-s
.br
.ns
.TP
-.B \-s
+.B \-\-report\-identical\-files
Report when two files are the same.
.TP
.BI "\-S " file
OpenPOWER on IntegriCloud