aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-ats.16
-rw-r--r--doc/man/gnunet-transport.19
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/man/gnunet-ats.1 b/doc/man/gnunet-ats.1
index eb76acbc6..e0546f53e 100644
--- a/doc/man/gnunet-ats.1
+++ b/doc/man/gnunet-ats.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-ATS 1 "Oct 31, 2012" "GNUnet" 1.TH GNUNET\-ATS 1 "Oct 16, 2015" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-ats \- display information about transport resource allocation 4gnunet\-ats \- display information about transport resource allocation
@@ -21,6 +21,10 @@ List all addresses currently known to ats.
21.IP "\-c FILENAME, \-\-config=FILENAME" 21.IP "\-c FILENAME, \-\-config=FILENAME"
22Use the configuration file FILENAME. 22Use the configuration file FILENAME.
23.B 23.B
24.IP "\-C, \-\-connect=PEERID"
25Ask ATS to suggest an address for PEERID to transport to establish a connection.
26Note that you can use the gnunet\-transport command\-line tool to force disconnects.
27.B
24.IP "\-h, \-\-help" 28.IP "\-h, \-\-help"
25Print short help on options. 29Print short help on options.
26.B 30.B
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1
index 228ebae87..691448157 100644
--- a/doc/man/gnunet-transport.1
+++ b/doc/man/gnunet-transport.1
@@ -1,4 +1,4 @@
1.TH gnunet\-transport "1" "7 Nov 2014" "GNUnet" 1.TH gnunet\-transport "1" "17 Oct 2015" "GNUnet"
2.SH NAME 2.SH NAME
3gnunet\-transport \- measure and control the transport subsystem 3gnunet\-transport \- measure and control the transport subsystem
4 4
@@ -14,8 +14,9 @@ gnunet\-transport is a tool to access various functions of GNUnet's transport su
14\fB\-b\fR, \fB\-\-benchmark\fR 14\fB\-b\fR, \fB\-\-benchmark\fR
15measure how fast we are receiving data (from all connections). On exit, the data rate will be reported. Runs until aborted with CTRL-C. 15measure how fast we are receiving data (from all connections). On exit, the data rate will be reported. Runs until aborted with CTRL-C.
16.TP 16.TP
17\fB\-C \fIPEER\fR, \fB\-\-connect=PEER\fR 17\fB\-D\fR, \fB\-\-disconnect\fR
18peer to connect to (used in conjunction with \-p) 18force disconnection from a peer (used in conjunction with \-p).
19Note that you can use the gnunet\-ats command\-line tool to suggest connects.
19.TP 20.TP
20\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR 21\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
21configuration file to use 22configuration file to use
@@ -62,4 +63,4 @@ be verbose
62.SH "REPORTING BUGS" 63.SH "REPORTING BUGS"
63Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 64Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
64.SH "SEE ALSO" 65.SH "SEE ALSO"
65\fBgnunet\-arm\fP(1) 66\fBgnunet\-arm\fP(1), \fBgnunet\-ats\fP(1)