sync up man section 8 Reference: /n/atom/patch/applied2013/man8upd Date: Thu Jun 20 02:09:52 CES 2013 Signed-off-by: quanstro@quanstro.net --- /sys/man/8/keystat Thu Jan 1 00:00:00 1970 +++ /sys/man/8/keystat Thu Jun 20 02:09:41 2013 @@ -0,0 +1,16 @@ +.TH KEYSTAT 8 +.SH NAME +keystat \- authentication key status +.SH SYNOPSIS +keystat \- publicize key status +.SH DESCRIPTION +.I Keystat +is run from cron on the authentication server +and maintains the file +.B /adm/keystat +which contains a list of key status by user. This +allows processes without direct access to the key +database to do a rough check for a currently valid +user. +.SH BUGS +The file may be out of date. --- /sys/man/8/statusbar Thu Jun 20 02:09:41 2013 +++ /sys/man/8/statusbar Thu Jun 20 02:09:41 2013 @@ -56,7 +56,7 @@ .\" and .\" .I venti/fmtisect .\" (see -,\" .IR ventiaux (8)) +.\" .IR venti-fmt (8)) causes it to print status lines suitable for input to .IR statusbar . --- /sys/man/8/stats Thu Jun 20 02:09:41 2013 +++ /sys/man/8/stats Thu Jun 20 02:09:42 2013 @@ -86,6 +86,9 @@ The swap is displayed as a fraction of the number of swap pages configured by the machine. .TP +.B "z temp +the cpu temperature +.TP .B "8 802.11b display the signal strength detected by the 802.11b wireless ether card; the value is usually below 50% unless the receiver is in the same room as the transmitter, so --- /sys/man/8/rdb Thu Jan 1 00:00:00 1970 +++ /sys/man/8/rdb Thu Jun 20 02:09:42 2013 @@ -0,0 +1,52 @@ +.TH RDB 8 +.SH NAME +rdb \- remote kernel debugging +.SH SYNOPSIS +.B rdb +.I system +[ +.I text +] +.SH DESCRIPTION +.I Rdb +simplifies remote kernel debugging on a system, which has been appropriately configured in +.IR ndb (6) +and +.IR consolefs (4). +.PP +When invoked, +.I rdb +will first find the correct console server for +.L system +and import the console into the namespace. +.PP +If +.L text +has not been specified and the system has been configured for a PXE environment, +.I rdb +will determine the appropriate text image from the PXE configuration. +.PP +Once the proper text image has been determined, +.I rdb +will attempt to build a minimal acid library to interact with the kernel. +This of course, assumes the text image is located within a kernel source directory. +.PP +.I rdb +will then start +.I rdbfs +and +.I acid +with the correct arguments. +Once +.I acid +completes execution, +.I rdb +will unmount +.IR rdbfs . +.SH SOURCE +.B /rc/bin/rdb +.SH "SEE ALSO" +.IR acid (1), +.IR consolefs (4), +.IR ndb (6), +.IR rdbfs (4)