From 7ac60a87bccb8f6e05d0eab33cab4139ddcd2d0a Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Thu, 16 Apr 2020 11:36:05 +0200 Subject: [PATCH] Man pages: fix syntax issues Fix the syntax in ipa-cacert-manage.1 and default.conf.5 Fixes: https://pagure.io/freeipa/issue/8273 Reviewed-By: Christian Heimes --- client/man/default.conf.5 | 4 ++-- install/tools/man/ipa-cacert-manage.1 | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client/man/default.conf.5 b/client/man/default.conf.5 index 728fc0871..cf4f4a8f6 100644 --- a/client/man/default.conf.5 +++ b/client/man/default.conf.5 @@ -47,14 +47,14 @@ Valid lines consist of an option name, an equals sign and a value. Spaces surrou Values should not be quoted, the quotes will not be stripped. -.DS L +.RS L # Wrong \- don't include quotes verbose = "True" # Right \- Properly formatted options verbose = True verbose=True -.DE +.RE Options must appear in the section named [global]. There are no other sections defined or used currently. diff --git a/install/tools/man/ipa-cacert-manage.1 b/install/tools/man/ipa-cacert-manage.1 index b76ee1816..3f8c3464b 100644 --- a/install/tools/man/ipa-cacert-manage.1 +++ b/install/tools/man/ipa-cacert-manage.1 @@ -91,7 +91,6 @@ Output only errors. .TP \fB\-\-log\-file\fR=\fIFILE\fR Log to the given file. -.RE .SH "RENEW OPTIONS" .TP \fB\-\-self\-signed\fR @@ -124,7 +123,6 @@ If no template is specified, the template name "SubCA" is used. .TP \fB\-\-external\-cert\-file\fR=\fIFILE\fR File containing the IPA CA certificate and the external CA certificate chain. The file is accepted in PEM and DER certificate and PKCS#7 certificate chain formats. This option may be used multiple times. -.RE .SH "INSTALL OPTIONS" .TP \fB\-n\fR \fINICKNAME\fR, \fB\-\-nickname\fR=\fINICKNAME\fR @@ -146,7 +144,6 @@ p \- not trusted .TP \fB\-f\fR, \fB\-\-force\fR Force a CA certificate to be removed even if chain validation fails. -.RE .SH "EXIT STATUS" 0 if the command was successful