Skip to content

Commit

Permalink
Man pages: fix syntax issues
Browse files Browse the repository at this point in the history
Fix the syntax in ipa-cacert-manage.1 and default.conf.5

Fixes: https://pagure.io/freeipa/issue/8273
Reviewed-By: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
flo-renaud committed Apr 16, 2020
1 parent 3e8c519 commit 7ac60a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/man/default.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions install/tools/man/ipa-cacert-manage.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7ac60a8

Please sign in to comment.