aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 22:00:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 22:00:45 +0000
commit78f323a26ba33c640162741d4f44b6996239b0e8 (patch)
tree54f1f6cd78ce5232dbf2fa363cbbbf4f224058fc /doc
parent59b84fb41a89b6237001e30d75e878d694de957d (diff)
downloadgnunet-78f323a26ba33c640162741d4f44b6996239b0e8.tar.gz
gnunet-78f323a26ba33c640162741d4f44b6996239b0e8.zip
-adapting fcfsd to new namestore API, moving from gns to namestore subsystem
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/gnunet-gns.111
-rw-r--r--doc/man/gnunet-namestore-fcfsd.1 (renamed from doc/man/gnunet-gns-fcfsd.1)6
3 files changed, 5 insertions, 14 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index db26f0d6a..9e63bb243 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -13,10 +13,10 @@ man_MANS = \
13 gnunet-ecc.1 \ 13 gnunet-ecc.1 \
14 gnunet-fs.1 \ 14 gnunet-fs.1 \
15 gnunet-gns.1 \ 15 gnunet-gns.1 \
16 gnunet-gns-fcfsd.1 \
17 gnunet-gns-proxy.1 \ 16 gnunet-gns-proxy.1 \
18 gnunet-identity.1 \ 17 gnunet-identity.1 \
19 gnunet-namestore.1 \ 18 gnunet-namestore.1 \
19 gnunet-namestore-fcfsd.1 \
20 gnunet-nat-server.1 \ 20 gnunet-nat-server.1 \
21 gnunet-peerinfo.1 \ 21 gnunet-peerinfo.1 \
22 gnunet-pseudonym.1 \ 22 gnunet-pseudonym.1 \
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index ef5a0f9bc..e5e2240b9 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-GNS 1 "Aug 8, 2012" "GNUnet" 1.TH GNUNET\-GNS 1 "Aug 8, 2013" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns \- Access to GNUnet Name Service 4gnunet\-gns \- Access to GNUnet Name Service
@@ -13,10 +13,6 @@ gnunet\-gns \- Access to GNUnet Name Service
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
16.IP "\-a NAME, \-\-authority=NAME"
17Get the authority of a particular name.
18For example the authority for "www.fcfs.gads" is "fcfs.gads".
19.B
20.IP "\-c FILENAME, \-\-config=FILENAME" 16.IP "\-c FILENAME, \-\-config=FILENAME"
21Use the configuration file FILENAME. 17Use the configuration file FILENAME.
22.B 18.B
@@ -26,11 +22,6 @@ This is a quiet mode where only important information is displayed.
26For example a lookup for an IP address will only yield the IP address, no 22For example a lookup for an IP address will only yield the IP address, no
27descriptive text. 23descriptive text.
28.B 24.B
29.IP "\-s NAME, \-\-shorten NAME"
30Shorten GNUnet Name Service Name.
31The service will try to shorten the delegation chain of the name if a "closer"
32authority chain exists relative to your local root zone.
33.B
34.IP "\-t RRTYPE, \-\-type=RRTYPE" 25.IP "\-t RRTYPE, \-\-type=RRTYPE"
35Resource Record Type (RRTYPE) to look for. 26Resource Record Type (RRTYPE) to look for.
36Supported RRTYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT 27Supported RRTYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
diff --git a/doc/man/gnunet-gns-fcfsd.1 b/doc/man/gnunet-namestore-fcfsd.1
index fbd45e4a2..42b658018 100644
--- a/doc/man/gnunet-gns-fcfsd.1
+++ b/doc/man/gnunet-namestore-fcfsd.1
@@ -1,10 +1,10 @@
1.TH GNUNET\-GNS-FCFSD 1 "Oct 25, 2012" "GNUnet" 1.TH GNUNET\-NAMESTORE-FCFSD 1 "Oct 25, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns-fcfsd \- HTTP server for GADS domain registration 4gnunet\-namestore-fcfsd \- HTTP server for GNS domain registration
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-gns-fcfsd 7.B gnunet\-namestore-fcfsd
8.RI [ options ] 8.RI [ options ]
9.br 9.br
10 10