OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / getgrouplist.3
index 0c9de1c..cb096e6 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 2004 Yuichi SATO
+.\"         all rights reserved.
+.\" Translated 2004-08-07, Yuichi SATO <ysato444@yahoo.co.jp>
+.\" Updated 2008-08-11, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v3.05
+.\"
 .TH GETGROUPLIST 3 2009\-07\-03 GNU "Linux Programmer's Manual"
 .SH 名前
 getgrouplist \- ユーザが所属するグループのリストを取得する
@@ -129,7 +135,7 @@ main(int argc, char *argv[])
     if (getgrouplist(argv[1], pw\->pw_gid, groups, &ngroups) == \-1) {
         fprintf(stderr, "getgrouplist() returned \-1; ngroups = %d\en",
                 ngroups);
-       exit(EXIT_FAILURE);
+        exit(EXIT_FAILURE);
     }
 
     /* Display list of retrieved groups, along with group names */
@@ -149,6 +155,6 @@ main(int argc, char *argv[])
 .SH 関連項目
 \fBgetgroups\fP(2), \fBsetgroups\fP(2), \fBgetgrent\fP(3), \fBgroup\fP(5), \fBpasswd\fP(5)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。