aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-ats.19
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 5d96d88d7..dc68375f5 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,6 +1,7 @@
1man_MANS = \ 1man_MANS = \
2 gnunet.conf.5 \ 2 gnunet.conf.5 \
3 gnunet-arm.1 \ 3 gnunet-arm.1 \
4 gnunet-ats.1 \
4 gnunet-auto-share.1 \ 5 gnunet-auto-share.1 \
5 gnunet-config.1 \ 6 gnunet-config.1 \
6 gnunet-core.1 \ 7 gnunet-core.1 \
diff --git a/doc/man/gnunet-ats.1 b/doc/man/gnunet-ats.1
index b84af1dc3..5126df31c 100644
--- a/doc/man/gnunet-ats.1
+++ b/doc/man/gnunet-ats.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-ATS 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-ATS 1 "Oct 31, 2012" "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
@@ -9,7 +9,9 @@ gnunet\-ats \- display information about transport resource allocation
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-ats\fP can be used to 12\fBgnunet\-ats\fP can be used to display information about the GNUnet's
13transport selection mechanism. It shows information about the
14addresses and the assigned input and output bandwidth.
13 15
14.SH OPTIONS 16.SH OPTIONS
15.B 17.B
@@ -22,6 +24,9 @@ Print short help on options.
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 25Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 26.B
27.IP "\-m, \-\-monitor"
28Monitor changes to the bandwidth assignments continously
29.B
25.IP "\-v, \-\-version" 30.IP "\-v, \-\-version"
26Print GNUnet version number. 31Print GNUnet version number.
27 32