Start fixing the man pages via linting and style.
[oweals/gnunet.git] / doc / man / gnunet-peerinfo.1
1 .TH GNUNET\-PEERINFO 1 "Mar 4, 2013" "GNUnet"
2
3 .SH NAME
4 gnunet\-peerinfo \- Display information about other peers.
5
6 .SH SYNOPSIS
7 .B gnunet\-peerinfo
8 .RI [ options ]
9 .br
10
11 .SH DESCRIPTION
12 .PP
13 \fBgnunet\-peerinfo\fP display the known addresses and trust of known peers.
14
15 .SH OPTIONS
16 .B
17 .IP "\-c FILENAME, \-\-config=FILENAME"
18 Load config file (default: ~/.config/gnunet.conf)
19 .B
20 .IP "\-g, \-\-get\-hello
21 Output HELLO uri(s)
22 .B
23 .IP "\-h, \-\-help"
24 Print help page
25 .B
26 .IP "\-i, \-\-info"
27 List all known peers (and their addresses)
28 .B
29 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
30 Set the loglevel
31 .B
32 .IP "\-l LOGFILE, \-\-logfile=LOGFILE"
33 Log messages to LOGFILE
34 .B
35 .IP "\-n, \-\-numeric"
36 Disable resolution of IPs to hostnames
37 .B
38 .IP "\-p, \-\-put\-hello=HELLO
39 Add given HELLO uri to the database
40 .B
41 .IP "\-q, \-\-quiet"
42 Do not print anything but the peer identities
43 .B
44 .IP "\-s, \-\-self"
45 Print only our own identity (together with "\-q", this is the exact
46 line that other peers would have to put in to their friends file in
47 order to consider this peer one of their friends in F2F mode).
48 .B
49 .IP "\-v, \-\-version"
50 Print the version number
51
52
53 .SH BUGS
54 Report bugs by using mantis <https://gnunet.org/bugs/> or by sending
55 electronic mail to <gnunet\-developers@gnu.org>
56 .SH SEE ALSO
57 gnunet.conf(5)
58 The full documentation for
59 .B gnunet
60 is maintained as a Texinfo manual.  If the
61 .B info
62 and
63 .B gnunet
64 programs are properly installed at your site, the command
65 .IP
66 .B info gnunet
67 .PP
68 should give you access to the complete handbook,
69 .IP
70 .B info gnunet-c-tutorial
71 .PP
72 will give you access to a tutorial for developers.
73 .PP
74 Depending on your installation, this information is also
75 available in
76 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).