diff options
| author | 2011-10-09 02:20:39 +0000 | |
|---|---|---|
| committer | 2011-10-09 02:20:39 +0000 | |
| commit | c28dcedb203cd576882616f32155bb08bf99dc98 (patch) | |
| tree | f5f53ab92cf8db401cf43a70143b29bc5513edd3 /usr.bin/man/man.1 | |
| parent | explain units' output a little more clearly; (diff) | |
| download | wireguard-openbsd-c28dcedb203cd576882616f32155bb08bf99dc98.tar.xz wireguard-openbsd-c28dcedb203cd576882616f32155bb08bf99dc98.zip | |
Correct the history of apropos(1), whatis(1) and whereis(1): These
utilities were already part of 2BSD. Also credit Bill Joy as the author.
Document the HISTORY of options.
Say a bit more about the fate of whereis(1).
All information found on http://minnie.tuhs.org/cgi-bin/utree.pl
and in the OpenBSD, NetBSD, and FreeBSD CVS trees.
Using feedback from jmc@.
Diffstat (limited to 'usr.bin/man/man.1')
| -rw-r--r-- | usr.bin/man/man.1 | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 91fa6cd4b63..83159261e2a 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.49 2011/09/17 08:38:26 schwarze Exp $ +.\" $OpenBSD: man.1,v 1.50 2011/10/09 02:20:39 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: September 17 2011 $ +.Dd $Mdocdate: October 9 2011 $ .Dt MAN 1 .Os .Sh NAME @@ -350,5 +350,37 @@ are extensions to that specification. .Sh HISTORY A .Nm -command appeared in +command first appeared in .At v3 . +The +.Fl w +option first appeared in +.At v7 ; +.Fl f +and +.Fl k +in +.Bx 4 ; +.Fl M +in +.Bx 4.3 ; +.Fl a +in +.Bx 4.3 Tahoe ; +.Fl c +and +.Fl m +in +.Bx 4.3 Reno ; +.Fl h +in +.Bx 4.3 Net/2 ; +.Fl C +in +.Nx 1.0 ; +and +.Fl s +and +.Fl S +in +.Ox 2.3 . |
