From c23890cf4401a84ff2fbcbcfafc9312e10e5fdac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Sep 2013 10:52:29 +0000 Subject: -improving gnunet-identity command line options and man pages --- doc/man/gnunet-identity.1 | 8 ++++++++ doc/man/gnunet-namestore-fcfsd.1 | 11 ++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'doc/man') diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1 index be6714cda..3103791c8 100644 --- a/doc/man/gnunet-identity.1 +++ b/doc/man/gnunet-identity.1 @@ -20,6 +20,10 @@ Creates a new ego with the given NAME. \fB\-D NAME\fR, \fB\-\-delete=NAME\fR Delete the ego with the given NAME. +.TP +\fB\-e NAME\fR, \fB\-\-ego=NAME\fR +Perform "set" operation with the respective ego. Needs to be used together with option \-s. + .TP \fB\-h\fR, \fB\-\-help\fR Print help page. @@ -32,6 +36,10 @@ display all ouf our egos \fB\-m\fR, \fB\-\-monitor\fR run in monitor mode, listing all ouf our egos until CTRL-C is pressed. Each ego is listed together with a unique pointer value; if egos are renamed, that pointer value remains the same; if egos are deleted, they are listed one more time with a name of "". +.TP +\fB\-s SUBSYSTEM\fR, \fB\-\-set=SUBSYSTEM\fR +Perform "set" operation for the specified SUBSYSTEM with the respective ego. Needs to be used together with option \-e. After this, the given SUBSYSTEM will use the ego with the specified NAME. This will fail if NAME does not yet exist. + .SH FILES .TP diff --git a/doc/man/gnunet-namestore-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1 index 42b658018..e8032246b 100644 --- a/doc/man/gnunet-namestore-fcfsd.1 +++ b/doc/man/gnunet-namestore-fcfsd.1 @@ -1,7 +1,7 @@ .TH GNUNET\-NAMESTORE-FCFSD 1 "Oct 25, 2012" "GNUnet" .SH NAME -gnunet\-namestore-fcfsd \- HTTP server for GNS domain registration +gnunet\-namestore-fcfsd \- HTTP server for GNU Name System First-Come-First-Served name registration .SH SYNOPSIS .B gnunet\-namestore-fcfsd @@ -11,9 +11,11 @@ gnunet\-namestore-fcfsd \- HTTP server for GNS domain registration .SH DESCRIPTION Most users will not want to run an FCFS\-zone and thus will not need this program. -\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GADS zone. Names are made available on a First Come First Served basis (hence fcfs). Registered names do not expire. The HTTP server is run on the port that is specified in the configuration file in section "[fcfsd]" under the name "HTTPPORT". The key of the zone in which the names are registered must be specified under the name "ZONEKEY" in the same section. It is possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm -i fcfsd" or by adding "fcfds" to the "DEFAULTSERVICES" option. +\fBgnunet\-gns-fcfsd\fP runs a web server where users can register names to be mapped to their GNS zone. Names are made available on a First Come First Served basis (hence fcfs). Registered names do not expire. The HTTP server is run on the port that is specified in the configuration file in section "[fcfsd]" under the name "HTTPPORT". The key of the zone in which the names are registered must be specified under the name "ZONEKEY" in the same section. It is possible to manage gnunet\-gns\-fcfsd using gnunet\-(service\-arm) by starting the daemon using "gnunet\-arm \-i fcfsd" or by adding "fcfds" to the "DEFAULTSERVICES" option. -An FCFS\-zone is run at http://gnunet.org/fcfs/. The respective zone key can be imported into an individual user's zone using "gnunet-gns-import.sh". GADS users are encouraged to register their zone with the gnunet.org FCFS authority. +An FCFS\-zone is run at http://gnunet.org/fcfs/. The respective zone key can be imported into an individual user's zone using "gnunet-gns-import.sh". GNS users are encouraged to register their zone with the gnunet.org FCFS authority. + +If you want to run your own FCFS registrar, you need to first create a pseudonym (using "gnunet\-identity \-C NAME"), and then assign it to be used for the "fcfsd" service using "gnunet\-identity \-e NAME \-s fcfsd". After that, you can start the FCFSD service (possibly using gnunet\-arm). .SH OPTIONS .B @@ -34,5 +36,4 @@ Print GNUnet version number. Report bugs by using Mantis or by sending electronic mail to .SH SEE ALSO -gnunet\-gns(1), gnunet\-gns\-proxy(1) - +gnunet\-identity(1), gnunet\-gns(1), gnunet\-gns\-proxy(1) -- cgit v1.2.3