OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / putpwent.3
index 8de7737..c8732b2 100644 (file)
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:43:46 1993 by Rik Faith (faith@cs.unc.edu)
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 1997 HIROFUMI Nishizuka
-.\"    all rights reserved.
-.\" Translated Thu Dec 18 17:43:46 JST 1997
-.\"    by HIROFUMI Nishizuka <nishi@rpts.cl.nec.co.jp>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH PUTPWENT 3  2007-07-26 "GNU" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH PUTPWENT 3 2007\-07\-26 GNU "Linux Programmer's Manual"
 .SH 名前
 putpwent \- パスワードファイルエントリの書き込み
 .SH 書式
 .nf
-.B #include <stdio.h>
-.B #include <sys/types.h>
-.B #include <pwd.h>
+\fB#include <stdio.h>\fP
+\fB#include <sys/types.h>\fP
+\fB#include <pwd.h>\fP
 .sp
-.BI "int putpwent(const struct passwd *" p ", FILE *" stream );
+\fBint putpwent(const struct passwd *\fP\fIp\fP\fB, FILE *\fP\fIstream\fP\fB);\fP
 .fi
 .sp
 .in -4n
-glibc 向けの機能検査マクロの要件
-.RB ( feature_test_macros (7)
-参照):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .sp
-.BR putpwent ():
-_SVID_SOURCE
+\fBputpwent\fP(): _SVID_SOURCE
 .SH 説明
-.BR putpwent ()
-関数は、構造体 \fIp\fP からのパスワードエントリを
-\fIstream\fP に結びつけられたファイルに書き込む。
-
+\fBputpwent\fP()  関数は、構造体 \fIp\fP からのパスワードエントリを \fIstream\fP に結びつけられたファイルに書き込む。
 .PP
 \fIpasswd\fP 構造体は、\fI<pwd.h>\fP で以下のように定義されている:
 .sp
@@ -73,20 +66,13 @@ struct passwd {
 .fi
 .in
 .SH 返り値
-.BR putpwent ()
-関数は、成功した場合は 0 を、エラーが発生した場合は
-\-1 を返す。
+\fBputpwent\fP()  関数は、成功した場合は 0 を、エラーが発生した場合は \-1 を返す。
 .SH エラー
-.TP
-.B EINVAL
+.TP 
+\fBEINVAL\fP
 無効な(NULL)引数が渡された。
 .SH 準拠
 SVr4.
 .SH 関連項目
-.BR endpwent (3),
-.BR fgetpwent (3),
-.BR getpw (3),
-.BR getpwent (3),
-.BR getpwnam (3),
-.BR getpwuid (3),
-.BR setpwent (3)
+\fBendpwent\fP(3), \fBfgetpwent\fP(3), \fBgetpw\fP(3), \fBgetpwent\fP(3),
+\fBgetpwnam\fP(3), \fBgetpwuid\fP(3), \fBsetpwent\fP(3)