gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4042 - in GNUnet: doc/man src/util/boot


From: grothoff
Subject: [GNUnet-SVN] r4042 - in GNUnet: doc/man src/util/boot
Date: Sat, 23 Dec 2006 20:55:25 -0800 (PST)

Author: grothoff
Date: 2006-12-23 20:55:19 -0800 (Sat, 23 Dec 2006)
New Revision: 4042

Modified:
   GNUnet/doc/man/gnunet-directory.1
   GNUnet/doc/man/gnunet-download.1
   GNUnet/doc/man/gnunet-insert.1
   GNUnet/doc/man/gnunet-pseudonym.1
   GNUnet/doc/man/gnunet-search.1
   GNUnet/doc/man/gnunet-tbench.1
   GNUnet/doc/man/gnunet-tracekit.1
   GNUnet/doc/man/gnunet-transport-check.1
   GNUnet/doc/man/gnunet-unindex.1
   GNUnet/doc/man/gnunet-update.1
   GNUnet/doc/man/gnunetd.1
   GNUnet/src/util/boot/startup.c
Log:
man page updates

Modified: GNUnet/doc/man/gnunet-directory.1
===================================================================
--- GNUnet/doc/man/gnunet-directory.1   2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-directory.1   2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH gnunet-directory "1" "11 Nov 2006" "GNUnet"
+.TH gnunet-directory "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-directory \- display directories and show or delete lists of 
encountered file identifiers
 
@@ -27,7 +27,11 @@
 display entries from the file identifier database
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, STATUS, INFO and DEBUG.
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
+
 .TP
 \fB\-t, \fB\-\-track\fR
 start tracking file identifiers
@@ -48,6 +52,6 @@
 GNUnet directories use the (unregistered) mimetype 
\fBapplication/gnunet\-directory\fP.  They can show up among normal search 
results.  The directory file can be downloaded to disk by 
\fBgnunet\-download\fP(1) for later processing or be handled more directly by 
\fBgnunet\-gtk\fP(1).
 
 .SH "REPORTING BUGS"
-Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 .SH "SEE ALSO"
 \fBgnunet\-gtk\fP(1), \fBgnunet\-insert\fP(1), \fBgnunet\-search\fP(1), 
\fBgnunet\-download\fP(1), \fBgnunetd\fP(1)

Modified: GNUnet/doc/man/gnunet-download.1
===================================================================
--- GNUnet/doc/man/gnunet-download.1    2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-download.1    2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-DOWNLOAD "1" "11 Nov 2006" "GNUnet"
+.TH GNUNET-DOWNLOAD "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-download \- a command line interface for downloading files from GNUnet
 .SH SYNOPSIS
@@ -21,7 +21,10 @@
 on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, INFO, STATUS and DEBUG.
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
 .TP
 \fB\-o \fIFILENAME\fR, \fB\-\-output=FILENAME\fR
 write the file to FILENAME.  Hint: when recursively downloading a directory, 
append a '/' to the end of the FILENAME to create a directory of that name.  If 
no FILENAME is specified, gnunet\-download constructs a temporary ID from the 
URI of the file.  The final filename is constructed based on meta\-data 
extracted using libextractor (if available).

Modified: GNUnet/doc/man/gnunet-insert.1
===================================================================
--- GNUnet/doc/man/gnunet-insert.1      2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-insert.1      2006-12-24 04:55:19 UTC (rev 4042)
@@ -168,7 +168,9 @@
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
 Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
-ERROR, WARNING, INFO, STATUS and DEBUG.
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
 
 .TP
 \fB\-m \fITYPE:VALUE\fR, \fB\-\-meta=\fITYPE:VALUE\fR

Modified: GNUnet/doc/man/gnunet-pseudonym.1
===================================================================
--- GNUnet/doc/man/gnunet-pseudonym.1   2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-pseudonym.1   2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-PSEUDONYM "1" "28 Jun 2005" "GNUnet"
+.TH GNUNET-PSEUDONYM "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-pseudonym \- create, delete or list pseudonyms
 .SH SYNOPSIS
@@ -77,6 +77,6 @@
 ~/.gnunet/state.sdb/collection
 File where information about the currently active collection is kept (if any)
 .SH "REPORTING BUGS"
-Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 .SH "SEE ALSO"
 \fBgnunet\-insert\fP(1), \fBgnunet\-search\fP(1), \fBgnunetd\fP(1)

Modified: GNUnet/doc/man/gnunet-search.1
===================================================================
--- GNUnet/doc/man/gnunet-search.1      2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-search.1      2006-12-24 04:55:19 UTC (rev 4042)
@@ -28,7 +28,10 @@
 on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, STATUS, INFO and DEBUG.
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
 .TP
 \fB\-m\fR \fIMAXRESULTS\fR
 exit after finding MAXRESULTS results.

Modified: GNUnet/doc/man/gnunet-tbench.1
===================================================================
--- GNUnet/doc/man/gnunet-tbench.1      2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-tbench.1      2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,77 +1,93 @@
-.TH GNUNET-TBENCH "1" "08 May 2003" "GNUnet"
+.TH GNUNET-TBENCH "1" "23 Dec 2006" "GNUnet"
 .SH NAME
-gnunet-tbench \- transport profiling tool
+gnunet\-tbench \- transport profiling tool
 .SH SYNOPSIS
 .B gnunet\-tbench
 [\fIOPTIONS\fR]
 .SH DESCRIPTION
-gnunet-tbench can be used to test the performance of the GNUnet
-core (link-to-link encryption and the available transport services).
+gnunet\-tbench can be used to test the performance of the GNUnet
+core (link\-to\-link encryption and the available transport services).
 gnunet-tbench is useless to most ordinary users since its primary
 function is to test the performance and correctness
 of GNUnet transport service implementations.
 .PP
-gnunet-tbench sends a sequence of messages to another peer that
+gnunet\-tbench sends a sequence of messages to another peer that
 has the tbench module loaded. The service then measures the
 throughput, latency and loss of the messages round-trip.
-gnunet-tbench can only be used to test a direct peer-to-peer
+gnunet\-tbench can only be used to test a direct peer\-to\-peer
 connection. You must load the \fItbench\fR module (via
-the configuration gnunet.conf, section GNUNETD under APPLICATIONS)
-in each of the two peers before gnunet-tbench can be used.
+the configuration gnunetd.conf, section GNUNETD under APPLICATIONS)
+in each of the two peers before gnunet\-tbench can be used.
 .PP
 The two peers must know of each other and be connected (use
-gnunet-stats to test for connections). Typically, gnunet-tbench
+gnunet\-stats to test for connections). Typically, gnunet\-tbench
 reports the time it took to sent all specified messages and the
 percentage of messages lost.
 .PP
-\fb\-r \fIRECEIVER\fR, \fB\-\-rec=\fIRECEIVER\fR
-use this option to specify the identity of the
-RECEIVER peer that is used for the benchmark. This option is required.
+
 .TP
+\fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR
+load config file (defaults: ~/.gnunet/gnunet.conf)
+
+.TP
+\fB\-g \-\-gnuplot
+create output in two colums suitable for gnuplot.
+When using this option, concatenate the output of multiple
+runs with various options into a file 'tbench' and run
+the following gnuplot script to visualize the time/loss
+ratio:
+.TP
+set xlabel "time"
+set ylabel "percent transmitted"
+plot "tbench" title 'Transport benchmarking' with points
+
+.TP
 \fB\-h\fR, \fB\-\-help\fR
 print help page
+
 .TP
-\fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR
-load config file (defaults: ~/.gnunet/gnunet.conf)
+\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
+
 .TP
-\fB\-v\fR, \fB\-\-version\fR
-print the version number
+\fB\-i\fI ITER \fB\-\-iterations=\fIITER\fR
+perform ITER iterations of the benchmark
+
 .TP
 \fB\-n\fI MESSAGES\fR, \fB\-\-msg=\fIMESSAGES\fR
 how many messages should be used in each iteration (used to
 compute average, min, max, etc.)
+
 .TP
+\fb\-r \fIRECEIVER\fR, \fB\-\-rec=\fIRECEIVER\fR
+use this option to specify the identity of the
+RECEIVER peer that is used for the benchmark. This option is required.
+
+.TP
 \fB\-s\fI SIZE \fB\-\-size=\fISIZE\fR
 test using the specified message size
+
 .TP
-\fB\-i\fI ITER \fB\-\-iterations=\fIITER\fR
-perform ITER iterations of the benchmark
+\fB\-S\fI SPACE \fB\-\-space=\fSPACE\fR
+use SPACE milli\-seconds of delays between trains of messages
+
 .TP
 \fB\-t\fI TIMEOUT \fB\-\-timeout=\fTIMEOUT\fR
-wait TIMEOUT milli-seconds for replies to arrive before aborting
+wait TIMEOUT milli\-seconds for replies to arrive before aborting
+
 .TP
-\fB\-S\fI SPACE \fB\-\-space=\fSPACE\fR
-use SPACE milli-seconds of delays between trains of messages
+\fB\-v\fR, \fB\-\-version\fR
+print the version number
+
 .TP
 \fB\-X\fI COUNT \fB\-\-xspace=\fCOUNT\fR
 use trains of COUNT messages
-\fB\-g \-\-gnuplot
-create output in two colums suitable for gnuplot.
-When using this option, concatenate the output of multiple
-runs with various options into a file 'tbench' and run
-the following gnuplot script to visualize the time/loss
-ratio:
-.TP
-set xlabel "time"
-set ylabel "percent transmitted"
-plot "tbench" title 'Transport benchmarking' with points
-.TP
 
-.TP
-\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
-change the loglevel. Possible values for \fILOGLEVEL\fR are NOTHING, FATAL, 
ERROR, FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING.
 .SH NOTES
-gnunet-tbench can run for a long time, depending on
+gnunet\-tbench can run for a long time, depending on
 how high you have set the numbers. Run first with small numbers
 to get an initial estimate on the runtime.
 .SH FILES
@@ -79,6 +95,6 @@
 ~/.gnunet/gnunet.conf
 Users GNUnet configuration file
 .SH "REPORTING BUGS"
-Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 .SH "SEE ALSO"
 \fBgnunet.conf\fP(5), \fBgnunetd\fP(1)

Modified: GNUnet/doc/man/gnunet-tracekit.1
===================================================================
--- GNUnet/doc/man/gnunet-tracekit.1    2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-tracekit.1    2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-TRACEKIT "1" "25 Sept 2004" "GNUnet"
+.TH GNUNET-TRACEKIT "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-tracekit \-\- overlay network traceing
 .SH SYNOPSIS
@@ -9,26 +9,39 @@
 .PP
 gnunet\-tracekit is primarily useful for developers to determine the structure 
of the network.  End\-users will find little use for the tool itself (except to 
satisfy their curiosity) but should at the moment still enable this protocol to 
help the developers that trace the network.
 .PP
+
 .TP
-\fB\-h\fR, \fB\-\-help\fR
-print help page
-.TP
 \fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR
 load config file (defaults: ~/.gnunet/gnunet.conf)
+
+.TP
 \fB\-D \fIDEPTH\fR, \fB\-\-depth=\fIDEPTH\fR
 until which depth should the network be traced (how many hops)
+
+.TP
 \fB\-F \fIFORMAT\fR, \fB\-\-format=\fIFORMAT\fR
 specifies the output format, 0 is human readable, 1 is dot, 2 is vcg
+
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+print help page
+
+.TP
+\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
+
 \fB\-P \fIPRIORITY\fR, \fB\-\-priority=\fIPRIORITY\fR
 what should the priority of the probe be
-\fB\-W \fIWAIT\fR, \fB\-\-wait=\fIWAIT\fR
-set how many seconds to wait for replies
 .TP
 \fB\-v\fR, \fB\-\-version\fR
 print the version number
-.TP
-\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
-change the loglevel. Possible values for \fILOGLEVEL\fR are NOTHING, FATAL, 
ERROR, FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING.
+
+\fB\-W \fIWAIT\fR, \fB\-\-wait=\fIWAIT\fR
+set how many seconds to wait for replies
+
 .SH NOTES
 gnunet\-tracekit may not be supported by all GNUnet peers.  Peers that do not 
support tracekit will still be discovered and will be marked in the output as 
non-responding peers.
 .SH FILES
@@ -36,6 +49,6 @@
 ~/.gnunet/gnunet.conf
 Users GNUnet configuration file
 .SH "REPORTING BUGS"
-Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 .SH "SEE ALSO"
 \fBgnunet.conf\fP(5), \fBgnunetd\fP(1)

Modified: GNUnet/doc/man/gnunet-transport-check.1
===================================================================
--- GNUnet/doc/man/gnunet-transport-check.1     2006-12-24 04:42:20 UTC (rev 
4041)
+++ GNUnet/doc/man/gnunet-transport-check.1     2006-12-24 04:55:19 UTC (rev 
4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-TRANSPORT-CHECK "1" "30 Apr 2005" "GNUnet"
+.TH GNUNET-TRANSPORT-CHECK "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-transport\-check \- a tool to test a GNUnet transport service
 .SH SYNOPSIS
@@ -83,12 +83,12 @@
 \fB\-V\fR, \fB\-\-verbose\fR
 be verbose
 .SH NOTES
-gnunet-transport-check can run for a long time, depending on
+gnunet\-transport\-check can run for a long time, depending on
 how high you have set the \fICOUNT\fR level. Run first with small numbers
 for \fICOUNT\fR to get an initial estimate on the runtime.
 .SH FILES
 .TP
-/etc/gnunet.conf
+/etc/gnunetd.conf
 default gnunetd configuration file
 .SH "REPORTING BUGS"
 Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>

Modified: GNUnet/doc/man/gnunet-unindex.1
===================================================================
--- GNUnet/doc/man/gnunet-unindex.1     2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-unindex.1     2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-UNINDEX "1" "11 Sep 2006" "GNUnet"
+.TH GNUNET-UNINDEX "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet\-unindex \- a command line interface for deleting indexed files from 
GNUnet
 .SH SYNOPSIS
@@ -18,7 +18,11 @@
 on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, INFO, STATUS and DEBUG.
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
+
 .TP
 \fB\-v\fR, \fB\-\-version\fR
 print the version number
@@ -33,6 +37,6 @@
 ~/.gnunet/gnunet.conf
 GNUnet configuration file
 .SH "REPORTING BUGS"
-Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 .SH "SEE ALSO"
 \fBgnunet\-gtk\fP(1), \fBgnunet\-insert\fP(1), \fBgnunet\-gtk\fP(1), 
\fBgnunet\-search\fP(1), \fBgnunet\-download\fP(1), \fBgnunet.conf\fP(5), 
\fBgnunetd\fP(1)

Modified: GNUnet/doc/man/gnunet-update.1
===================================================================
--- GNUnet/doc/man/gnunet-update.1      2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunet-update.1      2006-12-24 04:55:19 UTC (rev 4042)
@@ -1,4 +1,4 @@
-.TH GNUNET-UPDATE "1" "31 Jul 2004" "GNUnet"
+.TH GNUNET-UPDATE "1" "23 Dec 2006" "GNUnet"
 .SH NAME
 gnunet-update \- a tool to update GNUnet
 .SH SYNOPSIS
@@ -19,7 +19,10 @@
 print help page
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING.
+Change the loglevel.  Possible values for LOGLEVEL are NOTHING, FATAL,
+ERROR, WARNING, INFO, STATUS and DEBUG.  Note that options in the 
+configuration file take precedence over this option (the argument 
+will be ignored in that case).
 .TP
 \fB\-U\fR, \fB\-\-client\fR
 run in client mode (required to get values from the client configuration).  
This option must be used only together with the \-g option.

Modified: GNUnet/doc/man/gnunetd.1
===================================================================
--- GNUnet/doc/man/gnunetd.1    2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/doc/man/gnunetd.1    2006-12-24 04:55:19 UTC (rev 4042)
@@ -18,7 +18,7 @@
 print help page
 .TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
-change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, INFO, STATUS and DEBUG.
+change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
WARNING, INFO, STATUS and DEBUG.  Note that options in the configuration file 
take precedence over this option (the argument will be ignored in that case).
 .TP
 \fB\-u \fIUSER\fR, \fB\-\-user=USER\fR
 run as user USER (and if available as group USER). Note that to use this 
option, you will probably have to start gnunetd as

Modified: GNUnet/src/util/boot/startup.c
===================================================================
--- GNUnet/src/util/boot/startup.c      2006-12-24 04:42:20 UTC (rev 4041)
+++ GNUnet/src/util/boot/startup.c      2006-12-24 04:55:19 UTC (rev 4042)
@@ -177,7 +177,7 @@
   if (i == -1)
     return -1;
   if (0 != GC_parse_configuration(*cfg,
-                                  *cfgFileName))
+                                 *cfgFileName))
     return -1;
   if (configure_logging(ectx, *cfg) != 0)
     return -1;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]