From c812330b3fdbbdadbe7ed0ec1ec4a12beebb0cd4 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 5 Oct 2015 15:43:06 +0300 Subject: 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 --- ipa-client/man/default.conf.5 | 4 +-- ipa-client/man/ipa-client-install.1 | 49 +++++++++++++++++++++++-------------- 2 files changed, 33 insertions(+), 20 deletions(-) (limited to 'ipa-client') diff --git a/ipa-client/man/default.conf.5 b/ipa-client/man/default.conf.5 index 75b9f86bc..d5cef5b36 100644 --- a/ipa-client/man/default.conf.5 +++ b/ipa-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. -.np +.DS L # Wrong \- don't include quotes verbose = "True" # Right \- Properly formatted options verbose = True verbose=True -.fi +.DE Options must appear in the section named [global]. There are no other sections defined or used currently. diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 0fafd8a3f..cdcc56fee 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -222,36 +222,49 @@ Unattended uninstallation. The user will not be prompted. .TP Files that will be replaced if SSSD is configured (default): -/etc/sssd/sssd.conf\p +/etc/sssd/sssd.conf .TP Files that will be replaced if they exist and SSSD is not configured (\-\-no\-sssd): -/etc/ldap.conf\p -/etc/nss_ldap.conf\p -/etc/libnss\-ldap.conf\p -/etc/pam_ldap.conf\p -/etc/nslcd.conf\p +/etc/ldap.conf +.br +/etc/nss_ldap.conf +.br +/etc/libnss\-ldap.conf +.br +/etc/pam_ldap.conf +.br +/etc/nslcd.conf .TP Files replaced if NTP is enabled: -/etc/ntp.conf\p -/etc/sysconfig/ntpd\p -/etc/ntp/step\-tickers\p +/etc/ntp.conf +.br +/etc/sysconfig/ntpd +.br +/etc/ntp/step\-tickers .TP Files always created (replacing existing content): -/etc/krb5.conf\p -/etc/ipa/ca.crt\p -/etc/ipa/default.conf\p -/etc/ipa/nssdb\p -/etc/openldap/ldap.conf\p +/etc/krb5.conf +.br +/etc/ipa/ca.crt +.br +/etc/ipa/default.conf +.br +/etc/ipa/nssdb +.br +/etc/openldap/ldap.conf .TP Files updated, existing content is maintained: -/etc/nsswitch.conf\p -/etc/pki/nssdb\p -/etc/krb5.keytab\p -/etc/sysconfig/network\p +/etc/nsswitch.conf +.br +/etc/pki/nssdb +.br +/etc/krb5.keytab +.br +/etc/sysconfig/network .SH "EXIT STATUS" 0 if the installation was successful -- cgit