doc/ja_JP.eucJP/man/man3/pam_strerror.3
Kazuo Horikawa cb5d1a9147 Replace jpman project specific RCS keyword with $FreeBSD.
jpman project specific RCS keyword (jpman %Id) is obsolete,
after manual entries are stored in freefall CVS repository.
This old Id is useless and more worse it confuses users and bug reporters.
So, this old Id is removed.

Submitted by:jpman project <man-jp@jp.FreeBSD.org>
2001-05-14 01:10:24 +00:00

49 lines
1 KiB
Groff

.\" 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 <morgan@parc.power.net>
.\" $FreeBSD$
.TH PAM_STRERROR 3 "1997 Feb 15" "PAM 0.56" "Programmers' Manual"
.SH 名称
pam_strerror \- PAM エラーの説明をテキストで戻す
.SH 書式
.B #include <security/pam_appl.h>
.br
or,
.br
.B #include <security/pam_modules.h>
.sp
.BI "const char *pam_strerror(" int " pam_error);
.sp 2
.SH 解説
.B pam_strerror
この関数は、引数で渡された
.BR PAM
エラーを説明するテキストの行を指すポインタを戻します。
.SH 戻り値
問題がない場合、この関数は、指定されたエラーの説明を戻します。この
関数がエラーを認識できない場合は、「Unknown PAM error」が戻されます。
.SH 準拠
DCE-RFC 86.0, October 1995.
.SH バグ
.sp 2
この関数は国際化する必要があります。
.SH 関連項目
.BR pam "(8)"
.BR システム管理者
.BR モジュール開発者
.BR アプリケーション開発者
用の
.BR Linux-PAM
ガイドも参照してください。