From 5791a4d4466a137893028f8243622286dae2bb0d Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 3 May 2001 09:36:08 +0000 Subject: Vendor import Linux PAM 0.75 --- contrib/libpam/doc/man/pam_strerror.3 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'contrib/libpam/doc/man/pam_strerror.3') diff --git a/contrib/libpam/doc/man/pam_strerror.3 b/contrib/libpam/doc/man/pam_strerror.3 index 33b4fda4c31e..b2318f2884c7 100644 --- a/contrib/libpam/doc/man/pam_strerror.3 +++ b/contrib/libpam/doc/man/pam_strerror.3 @@ -1,8 +1,8 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" ripped off from Rick Faith's getgroups man page -.\" $Id: pam_strerror.3,v 1.2 1997/02/15 18:53:04 morgan Exp $ -.\" Copyright (c) Andrew G. Morgan 1996-7 -.TH PAM_STRERROR 3 "1997 Feb 15" "Linux-PAM 0.56" "Programmers' Manual" +.\" $Id: pam_strerror.3,v 1.1.1.1 2000/06/20 22:10:58 agmorgan Exp $ +.\" Copyright (c) Andrew G. Morgan 1996-7 +.TH PAM_STRERROR 3 "1999 Oct 4" "Linux-PAM 0.70" "Programmers' Manual" .SH NAME pam_strerror \- return a textual description of a Linux-PAM error @@ -14,14 +14,16 @@ or, .br .B #include .sp -.BI "const char *pam_strerror(" int " pam_error); +.BI "const char * pam_strerror( pam_handle_t " "*pamh" ", int " pam_error ");" .sp 2 .SH DESCRIPTION .B pam_strerror -This function returns a pointer to a line of text describing the +This function returns some text describing the .BR Linux-PAM -error passed as its sole argument. +error associated with the +.B pam_error +argument. .SH "RETURN VALUE" -- cgit v1.2.3