Correct markup nit.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@88 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-03-05 14:37:04 +00:00
parent b61ca53417
commit 676eb4cd21
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/pam_verror.c#3 $
* $P4: //depot/projects/openpam/lib/pam_verror.c#4 $
*/
#include <stdarg.h>
@ -70,7 +70,7 @@ pam_verror(pam_handle_t *pamh,
/**
* The =pam_verror function passes its arguments to =pam_vprompt with a
* =style argument of =PAM_ERROR_MSG, and discards the response.
* style argument of =PAM_ERROR_MSG, and discards the response.
*
* >pam_error
* >pam_vinfo

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/pam_vinfo.c#3 $
* $P4: //depot/projects/openpam/lib/pam_vinfo.c#4 $
*/
#include <stdarg.h>
@ -70,7 +70,7 @@ pam_vinfo(pam_handle_t *pamh,
/**
* The =pam_vinfo function passes its arguments to =pam_vprompt with a
* =style argument of =PAM_TEXT_INFO, and discards the response.
* style argument of =PAM_TEXT_INFO, and discards the response.
*
* >pam_info
* >pam_verror