summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-02-15 22:27:09 +0000
committerjmc <jmc@openbsd.org>2006-02-15 22:27:09 +0000
commit82aa626a9c41540bc4dce3fe4f81e72ea995821a (patch)
tree3ec86791866769e19a455f25ec5827fc3e077b2f
parentbuild rdsetroot (needed to build bsd.rd), miodski broke it in november! (diff)
downloadwireguard-openbsd-82aa626a9c41540bc4dce3fe4f81e72ea995821a.tar.xz
wireguard-openbsd-82aa626a9c41540bc4dce3fe4f81e72ea995821a.zip
- improve description of -I
- Xr re_format(7) from ray lai
-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