diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-01-04 23:21:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-01-04 23:21:29 +0000 |
commit | 8b1c4bc659bfea20af1c24aa7f25c10ab14b8163 (patch) | |
tree | 3bf4ea242268b30a76ca766f3441f507534a82b3 /usr.bin/jot | |
parent | 9ab6c3fb217987d5b71a21bb23c3ea8ee86a6b6f (diff) |
Add HISTORY and AUTHORS sections.
From the author John A. Kunze
via https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786
and Michal Mazurek <akfaew at jasminek dot net>.
Correctness also verified from the CSRG archive CD.
Diffstat (limited to 'usr.bin/jot')
-rw-r--r-- | usr.bin/jot/jot.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 9845fa33a47..7bd0675bf3c 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: jot.1,v 1.18 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: jot.1,v 1.19 2016/01/04 23:21:28 schwarze Exp $ .\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: January 4 2016 $ .Dt JOT 1 .Os .Sh NAME @@ -313,3 +313,10 @@ To print all lines 80 characters or longer: .Xr yes 1 , .Xr arc4random 3 , .Xr printf 3 +.Sh HISTORY +The +.Nm +utility first appeared in +.Bx 4.2 . +.Sh AUTHORS +.An John A. Kunze |