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