diff options
author | lifecrisis <15251574+lifecrisis@users.noreply.github.com> | 2019-09-06 17:10:15 -0400 |
---|---|---|
committer | lifecrisis <15251574+lifecrisis@users.noreply.github.com> | 2019-09-06 17:10:15 -0400 |
commit | 8daf77a011553e160012899d29765c968c952897 (patch) | |
tree | 078dc4f03a97121c4be3f20055104aa997d1f32b /doc | |
parent | f9e2e5c4e0a0d5245ca46f73090f9d39a70369d9 (diff) | |
download | pam-8daf77a011553e160012899d29765c968c952897.tar.gz pam-8daf77a011553e160012899d29765c968c952897.tar.bz2 pam-8daf77a011553e160012899d29765c968c952897.zip |
Fix a typo
There is an extra space where there should not be one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_fail_delay.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/pam_fail_delay.3.xml b/doc/man/pam_fail_delay.3.xml index 46d89be0..d886e9e0 100644 --- a/doc/man/pam_fail_delay.3.xml +++ b/doc/man/pam_fail_delay.3.xml @@ -75,7 +75,7 @@ </citerefentry> and <citerefentry> - <refentrytitle>pam_set_item </refentrytitle><manvolnum>3</manvolnum> + <refentrytitle>pam_set_item</refentrytitle><manvolnum>3</manvolnum> </citerefentry> respectively. The value used to set it should be a function pointer of the following prototype: <programlisting> |