diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:17:06 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 11:17:06 +0000 |
commit | 41646d56c2d9f73da79b9b2c2d415e747e13d9ca (patch) | |
tree | 107ceecb7cb1baa30e319cdd069cea6142627311 /doc/man | |
parent | d0fdfbbb6df637df2049129a12fd51dd313937e3 (diff) | |
download | pam-41646d56c2d9f73da79b9b2c2d415e747e13d9ca.tar.gz pam-41646d56c2d9f73da79b9b2c2d415e747e13d9ca.tar.bz2 pam-41646d56c2d9f73da79b9b2c2d415e747e13d9ca.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
This manual pages should be in section 5, not 8. Patch from
ALT Linux/OWL.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/pam.conf.5 | 1 | ||||
-rw-r--r-- | doc/man/pam.conf.8 | 1 | ||||
-rw-r--r-- | doc/man/pam.d.5 | 1 | ||||
-rw-r--r-- | doc/man/pam.d.8 | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pam.conf.5 b/doc/man/pam.conf.5 new file mode 100644 index 00000000..ea2dd98b --- /dev/null +++ b/doc/man/pam.conf.5 @@ -0,0 +1 @@ +.so man8/pam.8 diff --git a/doc/man/pam.conf.8 b/doc/man/pam.conf.8 deleted file mode 100644 index d067b559..00000000 --- a/doc/man/pam.conf.8 +++ /dev/null @@ -1 +0,0 @@ -.so pam.8 diff --git a/doc/man/pam.d.5 b/doc/man/pam.d.5 new file mode 100644 index 00000000..ea2dd98b --- /dev/null +++ b/doc/man/pam.d.5 @@ -0,0 +1 @@ +.so man8/pam.8 diff --git a/doc/man/pam.d.8 b/doc/man/pam.d.8 deleted file mode 100644 index d067b559..00000000 --- a/doc/man/pam.d.8 +++ /dev/null @@ -1 +0,0 @@ -.so pam.8 |