diff options
author | 2003-06-28 18:33:39 +0000 | |
---|---|---|
committer | 2003-06-28 18:33:39 +0000 | |
commit | 8c574e8faada18617224cfa0c4a7254c5b303fd8 (patch) | |
tree | fa0e84e3b3d02eb91695f210e75f5673922a740f /usr.bin/diff/diff.1 | |
parent | grr... committed previous from the wrong tree... fixed version, which also (diff) | |
download | wireguard-openbsd-8c574e8faada18617224cfa0c4a7254c5b303fd8.tar.xz wireguard-openbsd-8c574e8faada18617224cfa0c4a7254c5b303fd8.zip |
tweak;
ok tedu@
Diffstat (limited to 'usr.bin/diff/diff.1')
-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 |