summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/sdiff.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-15 22:27:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-15 22:27:10 +0000
commit4f1bed614d3095b9ad321784790aaed2584a56bd (patch)
tree10a7dd49c042843f785e0fbfb7d44edb3f21e2c4 /usr.bin/sdiff/sdiff.1
parentcaa26d5fc9ac42d65ae46da8313cee1c9290c649 (diff)
- improve description of -I
- Xr re_format(7) from ray lai
Diffstat (limited to 'usr.bin/sdiff/sdiff.1')
-rw-r--r--usr.bin/sdiff/sdiff.18
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/sdiff/sdiff.1 b/usr.bin/sdiff/sdiff.1
index 1fd07cc64c5..7c05ffec828 100644
--- a/usr.bin/sdiff/sdiff.1
+++ b/usr.bin/sdiff/sdiff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sdiff.1,v 1.6 2005/12/29 10:02:17 jmc Exp $
+.\" $OpenBSD: sdiff.1,v 1.7 2006/02/15 22:27:09 jmc Exp $
.\"
.\" Written by Raymond Lai <ray@cyth.net>.
.\" Public domain.
@@ -89,6 +89,9 @@ Minimize diff size.
.It Fl I Ar regexp
Ignore line changes matching
.Ar regexp .
+All lines in the change must match
+.Ar regexp
+for the change to be ignored.
.It Fl i
Do a case-insensitive comparison.
.It Fl t
@@ -124,7 +127,8 @@ the default is
.Sh SEE ALSO
.Xr diff 1 ,
.Xr diff3 1 ,
-.Xr vi 1
+.Xr vi 1 ,
+.Xr re_format 7
.Sh AUTHORS
.Nm
was written from scratch for the public domain by