summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-12-27 12:36:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-12-27 12:36:40 +0000
commiteab0da26fbea5ff2e3e367cab8268abc8fe8d712 (patch)
treeade20f4c1b5552579236fbdf94013d22ebe2a49d /usr.bin
parent2c0e7d3ecfd43d5567c1069801812f372c3ff32a (diff)
- kill trailing whitespace
- wording tweaks - put sections in the right order
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sdiff/sdiff.122
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/sdiff/sdiff.1 b/usr.bin/sdiff/sdiff.1
index ea6f0609539..a7803405316 100644
--- a/usr.bin/sdiff/sdiff.1
+++ b/usr.bin/sdiff/sdiff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sdiff.1,v 1.3 2005/12/27 04:43:01 tedu Exp $
+.\" $OpenBSD: sdiff.1,v 1.4 2005/12/27 12:36:39 jmc Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
@@ -23,9 +23,9 @@ Shows a side-by-side comparison of two files.
The options are:
.Bl -tag -width Ds
.It Fl l
-Only print left column for identical lines.
+Only print the left column for identical lines.
.It Fl o Ar outfile
-Interactively merge
+Interactively merge
.Ar file1
and
.Ar file2
@@ -33,7 +33,7 @@ into
.Ar outfile .
In this mode, the user is prompted for each set of differences.
.Pp
-The commands are:
+The commands are as follows:
.Bl -tag -width Ds
.It Cm l
Choose left set of diffs.
@@ -88,12 +88,16 @@ Do a case-insensitive comparison.
.It Fl t
Expand tabs to spaces.
.It Fl W
-Ignore all spaces.
-(The
+Ignore all spaces
+(the
.Fl w
flag is passed to
-.Xr diff 1 .)
+.Xr diff 1 ) .
.El
+.Sh AUTHORS
+.Nm
+was written from scratch for the public domain by
+.An Ray Lai Aq ray@cyth.net .
.Sh CAVEATS
Although undocumented,
.Nm
@@ -103,7 +107,3 @@ Some options require GNU diff.
Tabs are treated as anywhere from one to eight characters wide,
depending on the current column.
Terminals that treat tabs as eight characters wide will look best.
-.Sh AUTHORS
-.Nm
-was written from scratch for the public domain by
-.An Ray Lai Aq ray@cyth.net .