diff options
-rw-r--r-- | usr.bin/diff/diff.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 877c19c468a..31c7624f194 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.19 2003/07/27 07:39:52 otto Exp $ +.\" $OpenBSD: diff.1,v 1.20 2003/07/27 18:32:49 otto Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -108,9 +108,9 @@ both files with Changes which lie within 3 lines of each other are grouped together on output. .It Fl d -Try very hard to produce a diff as small as possible. This may consume a -lot of processing power and memory when processing large files with -many changes. +Try very hard to produce a diff as small as possible. +This may consume a lot of processing power and memory when processing +large files with many changes. .It Fl e Produces output in a form suitable as input for the editor utility, .Xr ed 1 , |