From 7301211bb756c4119d370b6f5f79a9054f2cbe92 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 4 Nov 2011 09:45:03 +0000 Subject: implementing last part of #1107: #1806 --- doc/man/Makefile.am | 1 + doc/man/gnunet-fs.1 | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 doc/man/gnunet-fs.1 (limited to 'doc') 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 = \ gnunet-arm.1 \ gnunet-directory.1 \ gnunet-download.1 \ + gnunet-fs.1 \ gnunet-nat-server.1 \ gnunet-peerinfo.1 \ 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 @@ +.TH gnunet\-fs "1" "2 Nov 2011" "GNUnet" +.SH NAME +gnunet\-fs \- measure and control the fs subsystem + +.SH SYNOPSIS +.B gnunet\-fs +[\fIOPTIONS\fR] +.SH DESCRIPTION +.PP + +gnunet\-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. + +.TP +\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR +configuration file to use +.TP +\fB\-h\fR, \fB\-\-help\fR +print help page +.TP +\fB\-i\fR, \fB\-\-list-indexed\fR +print information about files that are currently indexed by file-sharing +.TP +\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR +Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG. +.TP +\fB\-v\fR, \fB\-\-version\fR +print the version number +.TP +\fB\-V\fR, \fB\-\-verbose\fR +be verbose + +.SH NOTES + + +.SH "REPORTING BUGS" +Report bugs by using mantis or by sending electronic mail to +.SH "SEE ALSO" +\fBgnunet\-publish\fP(1) -- cgit v1.2.3