aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 09:45:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 09:45:03 +0000
commit7301211bb756c4119d370b6f5f79a9054f2cbe92 (patch)
tree31b5a7d069cf0e00619a91330f84d1dde53ef859 /doc
parentb3909bc84fbce46df1dc4b3df4140bf1bfa3ae78 (diff)
downloadgnunet-7301211bb756c4119d370b6f5f79a9054f2cbe92.tar.gz
gnunet-7301211bb756c4119d370b6f5f79a9054f2cbe92.zip
implementing last part of #1107: #1806
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-fs.138
2 files changed, 39 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 20575204f..deb074f42 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -2,6 +2,7 @@ man_MANS = \
2 gnunet-arm.1 \ 2 gnunet-arm.1 \
3 gnunet-directory.1 \ 3 gnunet-directory.1 \
4 gnunet-download.1 \ 4 gnunet-download.1 \
5 gnunet-fs.1 \
5 gnunet-nat-server.1 \ 6 gnunet-nat-server.1 \
6 gnunet-peerinfo.1 \ 7 gnunet-peerinfo.1 \
7 gnunet-pseudonym.1 \ 8 gnunet-pseudonym.1 \
diff --git a/doc/man/gnunet-fs.1 b/doc/man/gnunet-fs.1
new file mode 100644
index 000000000..fcf0663f6
--- /dev/null
+++ b/doc/man/gnunet-fs.1
@@ -0,0 +1,38 @@
1.TH gnunet\-fs "1" "2 Nov 2011" "GNUnet"
2.SH NAME
3gnunet\-fs \- measure and control the fs subsystem
4
5.SH SYNOPSIS
6.B gnunet\-fs
7[\fIOPTIONS\fR]
8.SH DESCRIPTION
9.PP
10
11gnunet\-fs is a tool to access various functions of GNUnet's fs subsystem from the command\-line. Most of these are not expected to be useful for end-users. gnunet\-fs can currently only be used to obtain a list of indexed files. Other functions should be added in the near future.
12
13.TP
14\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
15configuration file to use
16.TP
17\fB\-h\fR, \fB\-\-help\fR
18print help page
19.TP
20\fB\-i\fR, \fB\-\-list-indexed\fR
21print information about files that are currently indexed by file-sharing
22.TP
23\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
24Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
25.TP
26\fB\-v\fR, \fB\-\-version\fR
27print the version number
28.TP
29\fB\-V\fR, \fB\-\-verbose\fR
30be verbose
31
32.SH NOTES
33
34
35.SH "REPORTING BUGS"
36Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
37.SH "SEE ALSO"
38\fBgnunet\-publish\fP(1)