diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-28 11:43:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-28 11:43:44 +0000 |
commit | c90cd2ab0ada389eb4df0c2cf2b7313f41b7c5c8 (patch) | |
tree | 6e493dd0c6064a0acbd2caff0531ef055fa48fc9 /usr.bin | |
parent | e9b897bfbbb1c20f9fd87adea48e50d90baca1b9 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 1ec7ca9a497..92b6f35e39c 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.123 2009/04/28 09:05:39 sthen Exp $ +.\" $OpenBSD: cvs.1,v 1.124 2009/04/28 11:43:43 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004-2008 Xavier Santolaria <xsa@openbsd.org> @@ -539,11 +539,6 @@ Produces a diff with three lines of context. See .Xr diff 1 for more information. -.It Fl d -Try very hard to produce a diff as small as possible. -See -.Xr diff 1 -for more information. .It Xo Fl D Ar date1 .Op Fl D Ar date2 .Xc @@ -554,6 +549,11 @@ and the working copy or and .Ar date2 (if specified). +.It Fl d +Try very hard to produce a diff as small as possible. +See +.Xr diff 1 +for more information. .It Fl i Ignore the case of letters. For example, @@ -600,7 +600,7 @@ for more information. Is similar to .Fl b but causes whitespace (blanks and tabs) to be totally ignored. -E.g., +For example, .Dq if (\ \&a == b \&) will compare equal to .Dq if(a==b) . |