OSDN Git Service

(split) LDP: Update release pages
[linuxjm/LDP_man-pages.git] / release / man3 / random.3
index 6ed3453..7e3846e 100644 (file)
@@ -110,9 +110,8 @@ T. Vetterling; New York: Cambridge University Press, 2007, 3rd ed.)
 Publishing Company, 1981 の第 3 章 (乱数) を見よ。ここでは、 たくさんの実用的な話題についても深く網羅されている。
 .SH バグ
 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=15380
-According to POSIX, \fBinitstate\fP()  should return NULL on error.  In the
-glibc implementation, \fIerrno\fP is (as specified) set on error, but the
-function does not return NULL.
+POSIX では、エラー時に \fBinitstate\fP() は NULL を返すべきとされている。 glibc の実装では、エラー時に \fIerrno\fP
+は仕様通りに設定されるが、関数の返り値は NULL ではない。
 .SH 関連項目
 \fBdrand48\fP(3), \fBrand\fP(3), \fBrandom_r\fP(3), \fBsrand\fP(3)
 .SH この文書について