diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2015-01-13 04:45:35 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2015-01-13 04:45:35 +0000 |
commit | 56873566fdf7dbdc9654316f9baaa803fc29fad2 (patch) | |
tree | 27bafabc5ea37fd2a629d8eab857353ef112c749 /usr.bin/grep | |
parent | b58e1f188c0f20d5e7090762dfc2bbecb35c97af (diff) |
An article on medium.com highlighted that grep
was available in v4.
To quote Ken Thompson, grep appeared "sometime
before the 4th edition."
ok schwarze@
Diffstat (limited to 'usr.bin/grep')
-rw-r--r-- | usr.bin/grep/grep.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 45db3a000e2..6e8d7676df7 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: grep.1,v 1.42 2013/01/17 21:29:14 jmc Exp $ +.\" $OpenBSD: grep.1,v 1.43 2015/01/13 04:45:34 daniel Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" @(#)grep.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 17 2013 $ +.Dd $Mdocdate: January 13 2015 $ .Dt GREP 1 .Os .Sh NAME @@ -372,4 +372,4 @@ however, their use is strongly discouraged. The .Nm grep command first appeared in -.At v6 . +.At v4 . |