]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/sysinfo
audiohda: fix syntax error
[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 -e e-mail
8 ]
9 [
10 .B -p
11 ]
12 .br
13 .B sysupdate
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 -p
23 flag causes the output to be posted at a website
24 archive,
25 .B http://sysinfo.9front.org,
26 which in turn forwards the message to a
27 mailing list,
28 .B 9front-sysinfo@9front.org.
29 A URL pointing to the archived output is returned.
30 The
31 .B -e
32 flag causes a reply-to e-mail address to be included
33 in the message (the e-mail address is not divulged
34 to the mailing list).
35 These flags are useful for reporting new installs to the
36 development team.
37 .PP
38 .I Sysupdate
39 updates the local git repository by executing
40 the following commands:
41 .IP
42 .EX
43 bind -ac /dist/plan9front /
44 git/pull -u $repo
45 .EE
46 .SH SOURCE
47 .B /rc/bin/sysinfo
48 .br
49 .B /rc/bin/sysupdate
50 .SH SEE ALSO
51 .IR intro (3),
52 .IR plan9.ini (8),
53 .IR git (1)
54 .SH HISTORY
55 .I Sysinfo
56 first appeared in 9front (May, 2012).
57 .I Sysupdate
58 first appeared in 9front (February, 2012).