aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
committerAlessio Vanni <vannilla@firemail.cc>2021-04-24 17:30:45 +0200
commitb996ba4156678b6a0a551b9a932867b2ade42344 (patch)
treeb03c302dddcccae0c0a3f76898617b83b1157528 /doc/man
parent8233e282046e27de57de75f175e131a974087618 (diff)
downloadgnunet-b996ba4156678b6a0a551b9a932867b2ade42344.tar.gz
gnunet-b996ba4156678b6a0a551b9a932867b2ade42344.zip
-Fix several incorrect uses of `i.e.'
With some other changes to sentences here and there as I found appropriate.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-config.12
-rw-r--r--doc/man/gnunet-datastore.12
-rw-r--r--doc/man/gnunet-namestore.12
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/gnunet-config.1 b/doc/man/gnunet-config.1
index 89bc3d14b..3d243af89 100644
--- a/doc/man/gnunet-config.1
+++ b/doc/man/gnunet-config.1
@@ -45,7 +45,7 @@
45can be used to read or modify GNUnet configuration files. 45can be used to read or modify GNUnet configuration files.
46.Bl -tag -width indent 46.Bl -tag -width indent
47.It Fl b Ar BACKEND | Fl -supported-backend= Ns Ar BACKEND 47.It Fl b Ar BACKEND | Fl -supported-backend= Ns Ar BACKEND
48Tests whether the specified BACKEND is supported by the current installation. The backend must match the name of a plugin, i.e. "namestore_postgres" for the Postgres database backend of the "NAMESTORE" service. If the BACKEND is supported, gnunet-config will return a status code of 0 (success), otherwise 77 (unsupported). When this option is specified, no other options may be specified. Specifying this option together with other options will cause gnunet-config to return a status code of 1 (error). 48Tests whether the specified BACKEND is supported by the current installation. The backend must match the name of a plugin, e.g. "namestore_postgres" for the Postgres database backend of the "NAMESTORE" service. If the BACKEND is supported, gnunet-config will return a status code of 0 (success), otherwise 77 (unsupported). When this option is specified, no other options may be specified. Specifying this option together with other options will cause gnunet-config to return a status code of 1 (error).
49.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME 49.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
50Use the configuration file FILENAME. 50Use the configuration file FILENAME.
51.It Fl f | -filename 51.It Fl f | -filename
diff --git a/doc/man/gnunet-datastore.1 b/doc/man/gnunet-datastore.1
index 81347dcae..842ba62a0 100644
--- a/doc/man/gnunet-datastore.1
+++ b/doc/man/gnunet-datastore.1
@@ -41,7 +41,7 @@
41.Nm 41.Nm
42can be used to backup and restore or merge GNUnet datastores. 42can be used to backup and restore or merge GNUnet datastores.
43This is useful if a datastore is to be migrated between 43This is useful if a datastore is to be migrated between
44SQL databases, i.e. from sqlite to postgres or vice versa. 44SQL databases, e.g. from sqlite to postgres or vice versa.
45gnunet-datastore will dump the entire contents of the database 45gnunet-datastore will dump the entire contents of the database
46or insert a dump file into the database. 46or insert a dump file into the database.
47.Bl -tag -width indent 47.Bl -tag -width indent
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index b9bbff027..73bbe5a5c 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -109,7 +109,7 @@ Create a record that is a shadow record.
109Shadow records are only used once all other records of the same type 109Shadow records are only used once all other records of the same type
110under the same label have expired. 110under the same label have expired.
111.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE 111.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE
112Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", "PKEY", "MX" etc.). 112Type of the record to add/delete/display ("A"; "AAAA"; "NS"; "PKEY"; "MX"; etc.).
113.It Fl u Ar URI | Fl -uri= Ns Ar URI 113.It Fl u Ar URI | Fl -uri= Ns Ar URI
114Add PKEY record from gnunet://gns/-URI to our zone; the record type is 114Add PKEY record from gnunet://gns/-URI to our zone; the record type is
115always PKEY, if no expiration is given FOREVER is used 115always PKEY, if no expiration is given FOREVER is used