OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / putgrent.3
index 93e6d28..e06b23f 100644 (file)
@@ -1,30 +1,23 @@
 .\" Copyright 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2004 Yuichi SATO
-.\"         all rights reserved.
-.\" Translated Sat Aug 28 14:07:20 JST 2004
-.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
+.\"*******************************************************************
 .\"
-.TH PUTGRENT 3 2003-09-09 "GNU" "Linux Programmer's Manual"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH PUTGRENT 3 2003\-09\-09 GNU "Linux Programmer's Manual"
 .SH 名前
 putgrent \- グループデータベースエントリをファイルに書き込む
 .SH 書式
-.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) 参照 */"
+\fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
 .br
-.B #include <grp.h>
+\fB#include <grp.h>\fP
 .sp
-.BI "int putgrent(const struct group *" grp ", FILE *" fp );
+\fBint putgrent(const struct group *\fP\fIgrp\fP\fB, FILE *\fP\fIfp\fP\fB);\fP
 .SH 説明
-.BR putgrent ()
-関数は
-.BR fgetgrent (3)
-の逆である。
-この関数は与えられた \fIstruct group\fP を
-.I fp
-で指されるファイルに書き込む。
-グループメンバのリストは、NULL で終端されるか、
-NULL で初期化されなければならない。
+\fBputgrent\fP()  関数は \fBfgetgrent\fP(3)  の逆である。 この関数は与えられた \fIstruct group\fP を
+\fIfp\fP で指されるファイルに書き込む。 グループメンバのリストは、NULL で終端されるか、 NULL で初期化されなければならない。
 .sp
 \fIstruct group\fP は以下のように定義される:
 .sp
@@ -43,6 +36,4 @@ struct group {
 .SH 準拠
 この関数は GNU による拡張である。
 .SH 関連項目
-.BR fgetgrent (3),
-.BR getgrent (3),
-.BR group (5)
+\fBfgetgrent\fP(3), \fBgetgrent\fP(3), \fBgroup\fP(5)