]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
nits
authorMatthijs Mekking <matje@NLnetLabs.nl>
Thu, 30 Sep 2010 09:50:44 +0000 (09:50 +0000)
committerMatthijs Mekking <matje@NLnetLabs.nl>
Thu, 30 Sep 2010 09:50:44 +0000 (09:50 +0000)
examples/ldns-keygen.1
examples/ldns-keygen.c

index 7199682ce0c98d870337daedc6879b3c9ab47fca..36124d52a47bcbb384bbbba0e036a3b860ec4815 100644 (file)
@@ -19,8 +19,9 @@ It prints out the basename for these files: K<name>+<alg>+<id>
 .SH OPTIONS
 .TP
 \fB-a \fI<algorithm>\fR 
-Create a key with this algorithm. Specifying 'list' here gives a list of supported algorithms.  Several alias names are also accepted (from older versions and
-other software), the list gives names from the RFC.  Also the plain algo number is accepted.
+Create a key with this algorithm. Specifying 'list' here gives a list of supported algorithms.
+Several alias names are also accepted (from older versions and other software),
+the list gives names from the RFC.  Also the plain algo number is accepted.
 
 .TP
 \fB-b \fI<bits>\fR 
index e42661e88a947a891642440ce5a5c593d8038229..33511650b557e6315155a16df16fe84c662cb056 100644 (file)
@@ -82,7 +82,7 @@ main(int argc, char *argv[])
                                show_algorithms(stdout);
                                exit(EXIT_SUCCESS);
                        }
-                        algorithm = ldns_get_signing_algorithm_by_name(optarg);
+                       algorithm = ldns_get_signing_algorithm_by_name(optarg);
                        if (algorithm == 0) {
                                fprintf(stderr, "Algorithm %s not found\n", optarg);
                                show_algorithms(stderr);