diff options
author | Antonio Ospite <ao2@ao2.it> | 2016-12-07 08:52:54 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2016-12-07 08:52:54 +0100 |
commit | dbd1ae9516e2ff9793cf8957111d526a90716862 (patch) | |
tree | 295d24e653b18813aa1e3c17512d236774438587 | |
parent | 1ca735ff2d3622ef8bd68e8c360e6117b6bda5c4 (diff) | |
download | pam-dbd1ae9516e2ff9793cf8957111d526a90716862.tar.gz pam-dbd1ae9516e2ff9793cf8957111d526a90716862.tar.bz2 pam-dbd1ae9516e2ff9793cf8957111d526a90716862.zip |
Add missing comma in the limits.conf.5 manpage.
* modules/pam_limits/limits.conf.5.xml: add a missing comma
-rw-r--r-- | modules/pam_limits/limits.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_limits/limits.conf.5.xml b/modules/pam_limits/limits.conf.5.xml index 72857982..380a1399 100644 --- a/modules/pam_limits/limits.conf.5.xml +++ b/modules/pam_limits/limits.conf.5.xml @@ -335,7 +335,7 @@ ftp hard nproc 0 <citerefentry><refentrytitle>pam_limits</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>pam.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>pam</refentrytitle><manvolnum>8</manvolnum></citerefentry>, - <citerefentry><refentrytitle>getrlimit</refentrytitle><manvolnum>2</manvolnum></citerefentry> + <citerefentry><refentrytitle>getrlimit</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry><refentrytitle>getrlimit</refentrytitle><manvolnum>3p</manvolnum></citerefentry> </para> </refsect1> |