diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-12-27 16:22:05 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-12-27 16:22:05 -0500 |
commit | 459f018d0d754aa69e9e7f625ceea55283537c8c (patch) | |
tree | 4e01a0bef30c1c23099437a2e081e8feabf81489 /sys/man/8 | |
parent | 7d9ae4883d7b2b5d8bb840ba8a23f0fd6e59663e (diff) |
add HISTORY to various man pages
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/9boot | 2 | ||||
-rw-r--r-- | sys/man/8/boot | 6 | ||||
-rw-r--r-- | sys/man/8/cryptsetup | 3 | ||||
-rw-r--r-- | sys/man/8/fshalt | 3 | ||||
-rw-r--r-- | sys/man/8/icanhasmsi | 6 | ||||
-rw-r--r-- | sys/man/8/ipserv | 5 | ||||
-rw-r--r-- | sys/man/8/kbdfs | 3 | ||||
-rw-r--r-- | sys/man/8/netaudit | 3 | ||||
-rw-r--r-- | sys/man/8/realemu | 3 | ||||
-rw-r--r-- | sys/man/8/wpa | 3 |
10 files changed, 35 insertions, 2 deletions
diff --git a/sys/man/8/9boot b/sys/man/8/9boot index 2aa4e6e62..df0d88ae8 100644 --- a/sys/man/8/9boot +++ b/sys/man/8/9boot @@ -102,3 +102,5 @@ file. .BR /sys/src/boot/pc .SH "SEE ALSO" .IR plan9.ini (8) +.SH HISTORY +9boot first appeared in 9front (April, 2011). diff --git a/sys/man/8/boot b/sys/man/8/boot index 37e0e79cb..1470f99dc 100644 --- a/sys/man/8/boot +++ b/sys/man/8/boot @@ -305,3 +305,9 @@ line is split only for presentation; it is one line in the file.) The use of .B bootargs in general is odd. +.SH HISTORY +.I Boot +first appeared in Plan 9 from Bell Labs. It was rewritten +in +.I rc +for 9front (April, 2011). diff --git a/sys/man/8/cryptsetup b/sys/man/8/cryptsetup index d74ec2a50..f6cfb2a3b 100644 --- a/sys/man/8/cryptsetup +++ b/sys/man/8/cryptsetup @@ -53,3 +53,6 @@ argument. .SH SEE ALSO .IR aes (2) , .IR fs (3) +.SH HISTORY +.I Cryptsetup +first appeared in 9front (May, 2011). diff --git a/sys/man/8/fshalt b/sys/man/8/fshalt index f3b8e9c30..09b7d737c 100644 --- a/sys/man/8/fshalt +++ b/sys/man/8/fshalt @@ -62,3 +62,6 @@ after invoking bare .I Scram is limited to the PC and requires APM or ACPI. +.SH HISTORY +.I Scram +first appeared in 9front (May, 2011). diff --git a/sys/man/8/icanhasmsi b/sys/man/8/icanhasmsi index abd67d3a1..dc537bb82 100644 --- a/sys/man/8/icanhasmsi +++ b/sys/man/8/icanhasmsi @@ -13,7 +13,9 @@ found on the system, one line per device. .IR pnp (3) .SH BUGS Should probably be renamed to -.I -msi +.I msi or merged with .IR pci (8). +.SH HISTORY +.I Icanhasmsi +first appeared in 9front (May, 2011). diff --git a/sys/man/8/ipserv b/sys/man/8/ipserv index 697879411..770d02b10 100644 --- a/sys/man/8/ipserv +++ b/sys/man/8/ipserv @@ -228,3 +228,8 @@ is a simple HTTP proxy server. .SH "SEE ALSO" .IR ftpfs (4), .IR pop3 (8) +.SH HISTORY +.I Hproxy +first appeared in 9front (July, 2012). +.I Socksd +first appeared in 9front (March, 2012). diff --git a/sys/man/8/kbdfs b/sys/man/8/kbdfs index 606941f68..e55cf964b 100644 --- a/sys/man/8/kbdfs +++ b/sys/man/8/kbdfs @@ -259,3 +259,6 @@ to represent a control character. .B /sys/lib/kbmap/* .SH SOURCE .B /sys/src/cmd/aux/kbdfs +.SH HISTORY +.I Kbdfs +first appeared in 9front (May, 2011). diff --git a/sys/man/8/netaudit b/sys/man/8/netaudit index b525b32dd..c8b0f9ee7 100644 --- a/sys/man/8/netaudit +++ b/sys/man/8/netaudit @@ -37,3 +37,6 @@ is tested if it requires authentication on mount. .IR auth (8), .IR ndb (8), .IR ndb (6). +.SH HISTORY +.I Netaudit +first appeared in 9front (August, 2012). diff --git a/sys/man/8/realemu b/sys/man/8/realemu index f46d1f99f..1b0fd3df9 100644 --- a/sys/man/8/realemu +++ b/sys/man/8/realemu @@ -103,3 +103,6 @@ completes: .SH "SEE ALSO" .IR vga (8), .IR arch (3) +.SH HISTORY +.I Realemu +first appeared in 9front (April, 2011). diff --git a/sys/man/8/wpa b/sys/man/8/wpa index 9ef28d043..50f25ab6d 100644 --- a/sys/man/8/wpa +++ b/sys/man/8/wpa @@ -67,3 +67,6 @@ password: ***** .SH SEE ALSO .IR factotum (4), .IR ipconfig (8) +.SH HISTORY +.I Wpa +first appeared in 9front (March, 2013). |