Fix manpage-has-errors-from-man warning (found by Lintian)

See https://lintian.debian.org/tags/manpage-has-errors-from-man.html for
an explanation. Issues found were
ipa-client-install.1.gz 208: warning [p 5, 4.0i]: cannot adjust line
default.conf.5.gz 50: warning: macro `np' not defined

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Benjamin Drung 2015-10-05 15:43:06 +03:00 committed by Martin Basti
parent f93c88f398
commit c812330b3f
2 changed files with 33 additions and 20 deletions

View File

@ -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. Values should not be quoted, the quotes will not be stripped.
.np .DS L
# Wrong \- don't include quotes # Wrong \- don't include quotes
verbose = "True" verbose = "True"
# Right \- Properly formatted options # Right \- Properly formatted options
verbose = True verbose = True
verbose=True verbose=True
.fi .DE
Options must appear in the section named [global]. There are no other sections defined or used currently. Options must appear in the section named [global]. There are no other sections defined or used currently.

View File

@ -222,36 +222,49 @@ Unattended uninstallation. The user will not be prompted.
.TP .TP
Files that will be replaced if SSSD is configured (default): Files that will be replaced if SSSD is configured (default):
/etc/sssd/sssd.conf\p /etc/sssd/sssd.conf
.TP .TP
Files that will be replaced if they exist and SSSD is not configured (\-\-no\-sssd): Files that will be replaced if they exist and SSSD is not configured (\-\-no\-sssd):
/etc/ldap.conf\p /etc/ldap.conf
/etc/nss_ldap.conf\p .br
/etc/libnss\-ldap.conf\p /etc/nss_ldap.conf
/etc/pam_ldap.conf\p .br
/etc/nslcd.conf\p /etc/libnss\-ldap.conf
.br
/etc/pam_ldap.conf
.br
/etc/nslcd.conf
.TP .TP
Files replaced if NTP is enabled: Files replaced if NTP is enabled:
/etc/ntp.conf\p /etc/ntp.conf
/etc/sysconfig/ntpd\p .br
/etc/ntp/step\-tickers\p /etc/sysconfig/ntpd
.br
/etc/ntp/step\-tickers
.TP .TP
Files always created (replacing existing content): Files always created (replacing existing content):
/etc/krb5.conf\p /etc/krb5.conf
/etc/ipa/ca.crt\p .br
/etc/ipa/default.conf\p /etc/ipa/ca.crt
/etc/ipa/nssdb\p .br
/etc/openldap/ldap.conf\p /etc/ipa/default.conf
.br
/etc/ipa/nssdb
.br
/etc/openldap/ldap.conf
.TP .TP
Files updated, existing content is maintained: Files updated, existing content is maintained:
/etc/nsswitch.conf\p /etc/nsswitch.conf
/etc/pki/nssdb\p .br
/etc/krb5.keytab\p /etc/pki/nssdb
/etc/sysconfig/network\p .br
/etc/krb5.keytab
.br
/etc/sysconfig/network
.SH "EXIT STATUS" .SH "EXIT STATUS"
0 if the installation was successful 0 if the installation was successful