diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-24 19:35:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-24 19:35:42 +0000 |
commit | 29d8f62762de0d3eec35ceb574ec4bcd16160972 (patch) | |
tree | 8cbf0b05ea33ac02d8292f4213730a1bd64b1d6f | |
parent | e72281ef4fc3c927518933fb53b3dac74909dc2e (diff) |
fix an error in the text; from donald allen
ok millert
-rw-r--r-- | usr.bin/diff/diff.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 886107b3094..ce7f5a5d46f 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.46 2015/10/26 17:56:20 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.47 2015/11/24 19:35:41 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: October 26 2015 $ +.Dd $Mdocdate: November 24 2015 $ .Dt DIFF 1 .Os .Sh NAME @@ -370,7 +370,7 @@ The value tells to which line the change would bring .Ar file1 in line with -.Ar file1 . +.Ar file2 . .It Li XX,YY Ns Ic d Ns Li ZZ Delete the range of lines .Va XX |