diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-04 19:57:38 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-04 19:57:38 +0000 |
commit | c3c9fef22fa6e4657c3fc862bad365b440ee2305 (patch) | |
tree | a19406f086fd3a1c059c66b6916b78148f83d5bb /doc/man/gnunet-gns.1 | |
parent | 295384b197a85ebfb1cb7bbe5d1b02af4c40d342 (diff) |
Follow-up commit to format most of the other man pages code.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r-- | doc/man/gnunet-gns.1 | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1 index 4d52cfa97..9466dae03 100644 --- a/doc/man/gnunet-gns.1 +++ b/doc/man/gnunet-gns.1 @@ -9,7 +9,8 @@ gnunet\-gns \- Access to GNU Name System .br .SH DESCRIPTION -\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service names. +\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service +names. .SH OPTIONS .B @@ -17,24 +18,24 @@ gnunet\-gns \- Access to GNU Name System Use the configuration file FILENAME. .B .IP "\-r, \-\-raw" -No unneeded output. -This is a quiet mode where only important information is displayed. -For example a lookup for an IP address will only yield the IP address, no -descriptive text. +No unneeded output. This is a quiet mode where only important +information is displayed. For example a lookup for an IP address will +only yield the IP address, no descriptive text. .B .IP "\-h, \-\-help" Print short help on options. .B .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" -Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and +ERROR. .B .IP "\-u NAME, \-\-lookup=NAME" -Name to lookup. -Resolve the specified name using the GNU Name System. +Name to lookup. Resolve the specified name using the GNU Name System. .B .IP "\-t TYPE, \-\-type=TYPE" -Resource Record Type (TYPE) to look for. -Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT +Resource Record Type (TYPE) to look for. Supported TYPE's are: A, +AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, +TXT Defaults to "A". .B @@ -44,8 +45,8 @@ Print GNUnet version number. .SH RETURN VALUE -gnunet\-gns will return 0 on success, 1 on internal failures, 2 on launch failures, -3 if the given name is not configured to use GNS. +gnunet\-gns will return 0 on success, 1 on internal failures, 2 on +launch failures, 3 if the given name is not configured to use GNS. .SH BUGS |