diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-31 19:40:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-31 19:40:45 +0000 |
commit | 727d37995cd3a748ab0988a6140d89f7b6b04b7b (patch) | |
tree | 76e148ac419413af84da0d92f718c02df4be5218 /usr.bin/grep | |
parent | 2de846bbcc5aa243d55e8bd09b4ee18665019840 (diff) |
ascii -> ASCII
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 226bbed487b..75c0b491c3e 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.2 2002/11/09 02:22:33 fgsch Exp $ +.\" $OpenBSD: grep.1,v 1.3 2003/03/31 19:40:44 jmc Exp $ .\" .\" Copyright (c) 2000 Carson Harding. All rights reserved. .\" This code was written and contributed to OpenBSD by Carson Harding. @@ -99,7 +99,7 @@ program was invoked as .Nm fgrep. .It Fl a Does nothing. In other greps this flag tells grep to treat the input -as ascii and turns off attempts to determine whether the input file is a +as ASCII and turns off attempts to determine whether the input file is a binary file. This .Nm grep does not (yet) do that check, so behaves as if |