diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-04-03 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-04-03 08:00:00 +0000 |
commit | 7b87f9fe5775dbd0fe8083a8d0c13bc7aabb0fab (patch) | |
tree | 8e7781138fba32bdd2c88d0d19099b728cc6a717 /doc | |
parent | 8c3b9402fede30f919a2270f6e72c0773300c314 (diff) | |
download | pam-7b87f9fe5775dbd0fe8083a8d0c13bc7aabb0fab.tar.gz pam-7b87f9fe5775dbd0fe8083a8d0c13bc7aabb0fab.tar.bz2 pam-7b87f9fe5775dbd0fe8083a8d0c13bc7aabb0fab.zip |
doc: fix pam_get_data manual regarding PAM_NO_MODULE_DATA return value
pam_get_data manual page used to claim that PAM_NO_MODULE_DATA is
returned not only when no module specific data is present but also
when there is a corresponding data entry with NULL value.
As this claim is in contradiction with the implementation and with the
pam manual page, fix pam_get_data manual page.
* doc/man/pam_get_data.3.xml (PAM_NO_MODULE_DATA): Sync with
the implementation and with the pam manual page.
Resolves: https://github.com/linux-pam/linux-pam/pull/780
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_get_data.3.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man/pam_get_data.3.xml b/doc/man/pam_get_data.3.xml index 1e71cf3b..9546cc18 100644 --- a/doc/man/pam_get_data.3.xml +++ b/doc/man/pam_get_data.3.xml @@ -79,8 +79,7 @@ <term>PAM_NO_MODULE_DATA</term> <listitem> <para> - Module data not found or there is an entry, but it has - the value NULL. + No module specific data is present. </para> </listitem> </varlistentry> @@ -102,4 +101,4 @@ </para> </refsect1> -</refentry>
\ No newline at end of file +</refentry> |