]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Nov 2014 11:00:31 +0000 (11:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Nov 2014 11:00:31 +0000 (11:00 +0000)
git-svn-id: file:///svn/unbound/trunk@3265 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound-anchor.8.in

index d759eaac599dedb713eaacd9feed0b760a7e7841..58c1fd7959528c7741bd11ebc3bcc69a5269d572 100644 (file)
@@ -1,6 +1,7 @@
 12 November 2014: Wouter
        - Patch from Robert Edmonds to build pyunbound python module
          differently.  No versioninfo, with -shared and without $(LIBS).
+       - Patch from Robert Edmonds fixes hyphens in unbound-anchor man page.
 
 11 November 2014: Wouter
        - iana portlist update.
index 0c0e9e14258cd09ecf9361ba72302fb40c0d0fc3..3d743a734c3cb3157117f39a419ae9570bd7ed03 100644 (file)
@@ -24,14 +24,14 @@ Suggested usage:
 .nf
        # in the init scripts.
        # provide or update the root anchor (if necessary)
-       unbound-anchor -a "@UNBOUND_ROOTKEY_FILE@"
+       unbound-anchor \-a "@UNBOUND_ROOTKEY_FILE@"
        # Please note usage of this root anchor is at your own risk
        # and under the terms of our LICENSE (see source).
        #
        # start validating resolver
        # the unbound.conf contains:
        #   auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
-       unbound -c unbound.conf
+       unbound \-c unbound.conf
 .fi
 .P
 This tool provides builtin default contents for the root anchor and root
@@ -138,7 +138,7 @@ tracking, or if an error occurred.
 .P
 You can check the exit value in this manner:
 .nf
-       unbound-anchor -a "root.key" || logger "Please check root.key"
+       unbound-anchor \-a "root.key" || logger "Please check root.key"
 .fi
 Or something more suitable for your operational environment.
 .SH "TRUST"