diff options
author | 2017-10-29 22:00:22 +0000 | |
---|---|---|
committer | 2017-10-29 22:00:22 +0000 | |
commit | bca0cc56c426657c334e32e1164ae07f1c78a8f0 (patch) | |
tree | 56ac2d1fcaa178adb359499d0f41b6fc297d68c0 | |
parent | IFF_NOARP has no effect if the interface don't use ether_input() nor (diff) | |
download | wireguard-openbsd-bca0cc56c426657c334e32e1164ae07f1c78a8f0.tar.xz wireguard-openbsd-bca0cc56c426657c334e32e1164ae07f1c78a8f0.zip |
More HISTORY and AUTHORS, in part from Jonathan de Boyne Pollard
via Sevan Janiyan. Verified with CSRG SCCS.
-rw-r--r-- | usr.bin/ul/ul.1 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 3d79649d9f3..51eb97f98e5 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ul.1,v 1.17 2016/10/24 13:46:58 schwarze Exp $ +.\" $OpenBSD: ul.1,v 1.18 2017/10/29 22:00:22 schwarze Exp $ .\" $NetBSD: ul.1,v 1.3 1994/12/07 00:28:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ul.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: October 24 2016 $ +.Dd $Mdocdate: October 29 2017 $ .Dt UL 1 .Os .Sh NAME @@ -182,10 +182,25 @@ file (see .Xr man 1 , .Xr terminfo 5 .Sh HISTORY +A predecessor called +.Sy iul +first appeared in +.Bx 1 . The .Nm command appeared in -.Bx 3.0 . +.Bx 3 . +.Sh AUTHORS +.An -nosplit +The original +.Bx 3 +implementation was written by +.An Mary Ann Horton . +.An Bill Joy +significantly extended it for +.Bx 4.0 +and +.Bx 4.2 . .Sh BUGS Half reverse and half forward line feeds only work on few terminals, and full reverse line feeds aren't very portable, either. |