diff options
author | Joey Chagnon <joeychagnon@users.noreply.github.com> | 2018-04-10 15:40:58 +0000 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2018-04-10 17:40:58 +0200 |
commit | e5890c764fe7be2fd48f76a2ea3593954ca4d797 (patch) | |
tree | a8dbe136954541dbaa8f25630f3f21d539da324c /doc/man | |
parent | f3a166bf9590e7b63af888950eb52223ded5b525 (diff) | |
download | pam-e5890c764fe7be2fd48f76a2ea3593954ca4d797.tar.gz pam-e5890c764fe7be2fd48f76a2ea3593954ca4d797.tar.bz2 pam-e5890c764fe7be2fd48f76a2ea3593954ca4d797.zip |
Fix missing word in documentation.
* doc/man/pam_get_user.3.xml: Fix it.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/pam_get_user.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/pam_get_user.3.xml b/doc/man/pam_get_user.3.xml index 9c5830e9..16ef5483 100644 --- a/doc/man/pam_get_user.3.xml +++ b/doc/man/pam_get_user.3.xml @@ -42,7 +42,7 @@ name of the user specified by <citerefentry> <refentrytitle>pam_start</refentrytitle><manvolnum>3</manvolnum> - </citerefentry>. If no user was specified it what + </citerefentry>. If no user was specified it returns what <function>pam_get_item (pamh, PAM_USER, ... );</function> would have returned. If this is NULL it obtains the username via the <citerefentry> |