X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Fgetpwnam.3;h=a7970ba30ce1abd3ca04e590ccbe0d4649573ac6;hb=1e4180088d00386dcdebf39cc1882357e9cce486;hp=8bca0a01df48c1f341af1e5367ecdbcd413bc207;hpb=05edc1c11c5b516ab7b254b23c5927d6bd36ce34;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/getpwnam.3 b/release/man3/getpwnam.3 index 8bca0a01..a7970ba3 100644 --- a/release/man3/getpwnam.3 +++ b/release/man3/getpwnam.3 @@ -2,6 +2,7 @@ .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -21,6 +22,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code @@ -37,7 +39,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH GETPWNAM 3 2012\-04\-23 GNU "Linux Programmer's Manual" +.TH GETPWNAM 3 2013\-07\-22 GNU "Linux Programmer's Manual" .SH 名前 getpwnam, getpwnam_r, getpwuid, getpwuid_r \- パスワードファイルのエントリの取得 .SH 書式 @@ -148,6 +150,11 @@ I/O エラー。 .TP \fI/etc/passwd\fP ローカルのパスワード・データベースファイル +.SH 属性 +.SS "マルチスレッディング (pthreads(7) 参照)" +関数 \fBgetpwnam\fP() と \fBgetpwuid\fP() はスレッドセーフではない。 +.LP +関数 \fBgetpwnam_r\fP() と \fBgetpwuid_r\fP() はスレッドセーフである。 .SH 準拠 SVr4, 4.3BSD, POSIX.1\-2001. \fIpw_gecos\fP フィールドは POSIX では規定されていないが、 ほとんどの実装に存在する。 @@ -226,6 +233,6 @@ main(int argc, char *argv[]) \fBendpwent\fP(3), \fBfgetpwent\fP(3), \fBgetgrnam\fP(3), \fBgetpw\fP(3), \fBgetpwent\fP(3), \fBgetspnam\fP(3), \fBputpwent\fP(3), \fBsetpwent\fP(3), \fBpasswd\fP(5) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。