summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2019-01-24 18:48:40 +0100
committerAndreas Metzler <ametzler@bebt.de>2019-01-24 18:48:40 +0100
commit4aedb71b8e7fd8938e5e60251659f28901a7915b (patch)
tree3e1048d83939f131d9fa3d584a014a9b5e5cae11
parente7af375a1222694514be1999463493354fd6361f (diff)
downloadgnutls-4aedb71b8e7fd8938e5e60251659f28901a7915b.tar.gz
certtool.1: fix formatting
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>
-rw-r--r--src/certtool-args.def9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index d5336eda7b..55880ca9f0 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -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 = {