diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-28 01:52:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-28 01:52:34 +0000 |
commit | dda8e22c6d4df28744221783cf2bc8d0a810d100 (patch) | |
tree | 50b352abe67952eb55e04afd7c738b3282b24b8c /usr.bin/head | |
parent | 0aeef74d98f5acf2d499d5a1b02a6de43ccbacab (diff) |
These utilities were already part of 1BSD, and some authors are known.
All facts from the CSRG archive CD 1, also available from minnie.tuhs.org.
Feedback and OK sobrado@, ok jmc@.
Kirk McKusick writes:
"Bill usually used "Bill Joy" when listing author information. Only
occationally did he choose to use William Joy. So, I would recommend
using Bill Joy."
So i'm using that here even though some of the original files
related to this commit do contain the form "William Joy".
Diffstat (limited to 'usr.bin/head')
-rw-r--r-- | usr.bin/head/head.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 2bfd640d86c..8aaa0d6d772 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: head.1,v 1.18 2011/05/02 11:14:11 jmc Exp $ +.\" $OpenBSD: head.1,v 1.19 2011/12/28 01:52:33 schwarze Exp $ .\" .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)head.1 6.6 (Berkeley) 7/24/91 .\" -.Dd $Mdocdate: May 2 2011 $ +.Dd $Mdocdate: December 28 2011 $ .Dt HEAD 1 .Os .Sh NAME @@ -101,5 +101,8 @@ The historic command line syntax is supported by this implementation. .Sh HISTORY The .Nm -utility appeared in -.Bx 3.0 . +utility first appeared in +.Bx 1 . +.Sh AUTHORS +.An Bill Joy , +August 24, 1977. |