summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2016-01-04 23:32:45 +0000
committerkamil <kamil@NetBSD.org>2016-01-04 23:32:45 +0000
commit4e0f7b6046004713b2e6f59d1755984ee19487a3 (patch)
tree6989801f8f2f892ffd2b753a2b83b69a3d942796 /usr.bin
parent66397a89c60b80b4a126ea9f00832146e5632c1e (diff)
Add HISTORY and AUTHORS to jot
John A. Kunze requested to add himself as the author of jot on the FreeBSD bugzilla with the following text: Please re-instate my name (as "John A. Kunze") as AUTHOR of the jot, rs, and lam utilities. I wrote these in 1982, around or before the time that I worked with Jordan at UCB (he left to work at FreeBSD and later at Apple). Thank you! -- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786 While there add a note that this tool first appeared in BSD 4.2. This information is based on the FreeBSD manual pages. Patch submitted by Michal Mazurek <akfaew AT jasminek.net>. Reviewed by <dholland>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/jot/jot.19
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index 523ec650275..567ed87ee7d 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: jot.1,v 1.12 2012/04/08 22:00:39 wiz Exp $
+.\" $NetBSD: jot.1,v 1.13 2016/01/04 23:32:45 kamil Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -201,3 +201,10 @@ prints all lines 80 characters or longer.
.Xr yes 1 ,
.Xr printf 3 ,
.Xr random 3
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 4.2 .
+.Sh AUTHORS
+.An John A. Kunze