diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-05-29 12:27:25 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-05-29 12:27:25 -0500 |
commit | 09887b359a76b76da5b18ce4e3638dd34ca20c3a (patch) | |
tree | 6f362f80aed146093a4e5a9c507ea342bd28b1be | |
parent | 48e5446318e19474e89e0bbd87eda31fa533f19f (diff) |
add sysinfo(1)
-rw-r--r-- | sys/man/1/sysinfo | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sys/man/1/sysinfo b/sys/man/1/sysinfo new file mode 100644 index 000000000..f44bbf41b --- /dev/null +++ b/sys/man/1/sysinfo @@ -0,0 +1,49 @@ +.TH SYSINFO 1 +.SH NAME +sysinfo, sysupdate \- report information about, update the system +.SH SYNOPSIS +.B sysinfo +[ +.B -m +] +.br +.B sysupdate +[ +.B -i +] +.SH DESCRIPTION +.I Sysinfo +executes a number of commands that report information +about the hardware and software configuration of +the running system, concatenating the output to +stdout. +.PP +The +.B -m +flag causes the output to be piped to a mail command, +whose recipient is +.B hardware@9front.org. +This flag is useful for reporting new installs to the +development team. +.PP +.I Sysupdate +updates the local mercurial repository by executing +the following commands: +.PP +.B bind -ac /dist/plan9front / +.br +.B hg -v pull -u +.PP +If the +.B -i +flag is included, the command +.B hg incoming +is prepended. +.SH SOURCE +.B /rc/bin/sysinfo +.br +.B /rc/bin/sysupdate +.SH SEE ALSO +.IR intro (3), +.IR plan9.ini(8), +.IR hg (1) |