diff options
author | Steve Langasek <vorlon@debian.org> | 2019-02-11 22:09:25 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-02-11 22:09:59 -0800 |
commit | 1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946 (patch) | |
tree | ba50a9673cb6324c5dfcbdad3f5144588772fbfe /doc/man/pam_get_user.3 | |
parent | b12d7595dfcc20c809f3c11c579e34d115b3060e (diff) | |
parent | 668b13da8f830c38388cecac45539972e80cb246 (diff) | |
download | pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.tar.gz pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.tar.bz2 pam-1a2cb1c4f6c710630ebe46a728bb8b8fb5f68946.zip |
Merge upstream version 1.3.1
Diffstat (limited to 'doc/man/pam_get_user.3')
-rw-r--r-- | doc/man/pam_get_user.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/pam_get_user.3 b/doc/man/pam_get_user.3 index f8cbb7d9..397f0798 100644 --- a/doc/man/pam_get_user.3 +++ b/doc/man/pam_get_user.3 @@ -2,12 +2,12 @@ .\" Title: pam_get_user .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 04/01/2016 +.\" Date: 05/18/2018 .\" Manual: Linux-PAM Manual .\" Source: Linux-PAM Manual .\" Language: English .\" -.TH "PAM_GET_USER" "3" "04/01/2016" "Linux-PAM Manual" "Linux-PAM Manual" +.TH "PAM_GET_USER" "3" "05/18/2018" "Linux-PAM Manual" "Linux-PAM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -43,7 +43,7 @@ pam_get_user \- get user name The \fBpam_get_user\fR function returns the name of the user specified by -\fBpam_start\fR(3)\&. If no user was specified it what +\fBpam_start\fR(3)\&. If no user was specified it returns what \fBpam_get_item (pamh, PAM_USER, \&.\&.\&. );\fR would have returned\&. If this is NULL it obtains the username via the \fBpam_conv\fR(3) |