From 1814aec611a5f9e03eceee81237ad3a3f51c954a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 26 Oct 2011 23:56:54 +0000 Subject: Fix whitespace issues Cleanup trailing whitespaces, indentation that uses spaces before tabs, and blank lines at EOF. Make the project free of warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD --- doc/man/pam_get_user.3.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/pam_get_user.3.xml') diff --git a/doc/man/pam_get_user.3.xml b/doc/man/pam_get_user.3.xml index ff8be694..9c5830e9 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 pam_start3 - . If no user was specified it what + . If no user was specified it what pam_get_item (pamh, PAM_USER, ... ); would have returned. If this is NULL it obtains the username via the @@ -70,14 +70,14 @@ By whatever means the username is obtained, a pointer to it is - returned as the contents of *user. Note, - this memory should not be + returned as the contents of *user. Note, + this memory should not be free()'d or modified by the module. This function sets the PAM_USER item - associated with the + associated with the pam_set_item3 and -- cgit v1.2.3