|
|
dc4945 |
From c6736181488b971b554bedf575658de147e0e528 Mon Sep 17 00:00:00 2001
|
|
|
dc4945 |
From: Florence Blanc-Renaud <flo@redhat.com>
|
|
|
dc4945 |
Date: Thu, 16 Apr 2020 11:36:05 +0200
|
|
|
dc4945 |
Subject: [PATCH] Man pages: fix syntax issues
|
|
|
dc4945 |
|
|
|
dc4945 |
Fix the syntax in ipa-cacert-manage.1 and default.conf.5
|
|
|
dc4945 |
|
|
|
dc4945 |
Fixes: https://pagure.io/freeipa/issue/8273
|
|
|
dc4945 |
Reviewed-By: Christian Heimes <cheimes@redhat.com>
|
|
|
dc4945 |
Reviewed-By: Christian Heimes <cheimes@redhat.com>
|
|
|
dc4945 |
---
|
|
|
dc4945 |
client/man/default.conf.5 | 4 ++--
|
|
|
dc4945 |
install/tools/man/ipa-cacert-manage.1 | 2 --
|
|
|
dc4945 |
2 files changed, 2 insertions(+), 4 deletions(-)
|
|
|
dc4945 |
|
|
|
dc4945 |
diff --git a/client/man/default.conf.5 b/client/man/default.conf.5
|
|
|
dc4945 |
index f21d9d5b7a02e9c9858bb44cf3f2f4c16655901a..300f72a1b11b4568b837fd1033fcc3bf304b96b0 100644
|
|
|
dc4945 |
--- a/client/man/default.conf.5
|
|
|
dc4945 |
+++ b/client/man/default.conf.5
|
|
|
dc4945 |
@@ -47,14 +47,14 @@ Valid lines consist of an option name, an equals sign and a value. Spaces surrou
|
|
|
dc4945 |
|
|
|
dc4945 |
Values should not be quoted, the quotes will not be stripped.
|
|
|
dc4945 |
|
|
|
dc4945 |
-.DS L
|
|
|
dc4945 |
+.RS L
|
|
|
dc4945 |
# Wrong \- don't include quotes
|
|
|
dc4945 |
verbose = "True"
|
|
|
dc4945 |
|
|
|
dc4945 |
# Right \- Properly formatted options
|
|
|
dc4945 |
verbose = True
|
|
|
dc4945 |
verbose=True
|
|
|
dc4945 |
-.DE
|
|
|
dc4945 |
+.RE
|
|
|
dc4945 |
|
|
|
dc4945 |
Options must appear in the section named [global]. There are no other sections defined or used currently.
|
|
|
dc4945 |
|
|
|
dc4945 |
diff --git a/install/tools/man/ipa-cacert-manage.1 b/install/tools/man/ipa-cacert-manage.1
|
|
|
dc4945 |
index 31df3d1973f4bf813e09b97561a3be654dd14a48..4f4a9804ad4a52fdb73b9be27597a8a50dfdcf95 100644
|
|
|
dc4945 |
--- a/install/tools/man/ipa-cacert-manage.1
|
|
|
dc4945 |
+++ b/install/tools/man/ipa-cacert-manage.1
|
|
|
dc4945 |
@@ -79,7 +79,6 @@ Output only errors.
|
|
|
dc4945 |
.TP
|
|
|
dc4945 |
\fB\-\-log\-file\fR=\fIFILE\fR
|
|
|
dc4945 |
Log to the given file.
|
|
|
dc4945 |
-.RE
|
|
|
dc4945 |
.SH "RENEW OPTIONS"
|
|
|
dc4945 |
.TP
|
|
|
dc4945 |
\fB\-\-self\-signed\fR
|
|
|
dc4945 |
@@ -112,7 +111,6 @@ If no template is specified, the template name "SubCA" is used.
|
|
|
dc4945 |
.TP
|
|
|
dc4945 |
\fB\-\-external\-cert\-file\fR=\fIFILE\fR
|
|
|
dc4945 |
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.
|
|
|
dc4945 |
-.RE
|
|
|
dc4945 |
.SH "INSTALL OPTIONS"
|
|
|
dc4945 |
.TP
|
|
|
dc4945 |
\fB\-n\fR \fINICKNAME\fR, \fB\-\-nickname\fR=\fINICKNAME\fR
|
|
|
dc4945 |
--
|
|
|
dc4945 |
2.25.4
|
|
|
dc4945 |
|