From: Matthijs Mekking Date: Thu, 30 Sep 2010 09:50:44 +0000 (+0000) Subject: nits X-Git-Tag: release-1.6.7~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d715c5ca85586b502f8a78f5240801caa2999f92;p=thirdparty%2Fldns.git nits --- diff --git a/examples/ldns-keygen.1 b/examples/ldns-keygen.1 index 7199682c..36124d52 100644 --- a/examples/ldns-keygen.1 +++ b/examples/ldns-keygen.1 @@ -19,8 +19,9 @@ It prints out the basename for these files: K++ .SH OPTIONS .TP \fB-a \fI\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\fR diff --git a/examples/ldns-keygen.c b/examples/ldns-keygen.c index e42661e8..33511650 100644 --- a/examples/ldns-keygen.c +++ b/examples/ldns-keygen.c @@ -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);