From 4aedb71b8e7fd8938e5e60251659f28901a7915b Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Thu, 24 Jan 2019 18:48:40 +0100 Subject: 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 --- src/certtool-args.def | 9 ++++----- 1 file 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 = { -- cgit v1.2.1