]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
certtool.1: fix formatting
authorAndreas Metzler <ametzler@bebt.de>
Thu, 24 Jan 2019 17:48:40 +0000 (18:48 +0100)
committerAndreas Metzler <ametzler@bebt.de>
Thu, 24 Jan 2019 17:48:40 +0000 (18:48 +0100)
Apostroph at start of a line is a control character in manpages, avoid
it. Also drop wrong indent.
See https://bugs.debian.org/920215

Signed-off-by: Andreas Metzler <ametzler@bebt.de>
src/certtool-args.def

index d5336eda7b289a28103287783f98c4de9c10a545..55880ca9f060553efeea4f7f6016b2c75795eb4d 100644 (file)
@@ -200,8 +200,7 @@ flag = {
     arg-type  = string;
     descrip   = "Specify the key type to use on key generation";
     doc = "This option can be combined with --generate-privkey, to specify
-    the key type to be generated. Valid options are, 'rsa', 'rsa-pss',
-'dsa', 'ecdsa', and 'ed25519'.";
+the key type to be generated. Valid options are, 'rsa', 'rsa-pss', 'dsa', 'ecdsa', and 'ed25519'.";
 };
 
 flag = {
@@ -312,9 +311,9 @@ flag = {
     value     = e;
     descrip   = "Verify a PEM encoded certificate chain";
     doc = "Verifies the validity of a certificate chain. That is, an ordered set of
-    certificates where each one is the issuer of the previous, and the first is
-    the end-certificate to be validated. In a proper chain the last certificate
-    is a self signed one. It can be combined with --verify-purpose or --verify-hostname.";
+certificates where each one is the issuer of the previous, and the first is
+the end-certificate to be validated. In a proper chain the last certificate
+is a self signed one. It can be combined with --verify-purpose or --verify-hostname.";
 };
 
 flag = {