]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sysinfo
paint(1) fix bad cross reference
[plan9front.git] / sys / man / 1 / sysinfo
1 .TH SYSINFO 1
2 .SH NAME
3 sysinfo, sysupdate \- report information about, update the system
4 .SH SYNOPSIS
5 .B sysinfo
6 [
7 .B -m
8 ]
9 .br
10 .B sysupdate
11 [
12 .B -i
13 ]
14 .SH DESCRIPTION
15 .I Sysinfo
16 executes a number of commands that report information
17 about the hardware and software configuration of
18 the running system, concatenating the output to
19 stdout.
20 .PP
21 The
22 .B -m
23 flag causes the output to be piped to a mail command,
24 whose recipient is
25 .B hardware@9front.org.
26 This flag is useful for reporting new installs to the
27 development team.
28 .PP
29 .I Sysupdate
30 updates the local mercurial repository by executing
31 the following commands:
32 .PP
33 .B bind -ac /dist/plan9front /
34 .br
35 .B hg -v pull -u
36 .PP
37 If the
38 .B -i
39 flag is included, the command
40 .B hg incoming
41 is prepended.
42 .SH SOURCE
43 .B /rc/bin/sysinfo
44 .br
45 .B /rc/bin/sysupdate
46 .SH SEE ALSO
47 .IR intro (3),
48 .IR plan9.ini (8),
49 .IR hg (1)