diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-28 18:33:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-28 18:33:40 +0000 |
commit | 59f7cd2250cd23c5fde6e4227c23073f2c0e43ad (patch) | |
tree | edb0531a6574ad18badd7e1cf656f6b3ef18e39c | |
parent | b1348f32868296ae6988b6346b3d1e55721d8ef7 (diff) |
tweak;
ok tedu@
-rw-r--r-- | usr.bin/diff/diff.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 317130d7d75..c573307a4ca 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.7 2003/06/27 20:28:13 tedu Exp $ +.\" $OpenBSD: diff.1,v 1.8 2003/06/28 18:33:39 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,7 @@ No output is produced if the files are identical. Output options (mutually exclusive): .Bl -tag -width Ds .It Fl a -Treat all files as ascii. +Treat all files as ASCII. .It Fl c Produces a diff with 3 lines of context. With |