OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / strtoul.3
index 656ef77..b37488e 100644 (file)
@@ -28,7 +28,7 @@
 .\" Fixed typo, aeb, 950823
 .\" 2002-02-22, joey, mihtjel: Added strtoull()
 .\"
-.TH STRTOUL 3  2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH STRTOUL 3  2010-09-20 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strtoul, strtoull, strtouq \- convert a string to an unsigned long integer
 .SH SYNOPSIS
@@ -49,9 +49,14 @@ Feature Test Macro Requirements for glibc (see
 .sp
 .ad l
 .BR strtoull ():
-XOPEN_SOURCE >= 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE; or
+.RS 4
+XOPEN_SOURCE\ >=\ 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
-.ad b
+.RE
+.ad
 .SH DESCRIPTION
 The
 .BR strtoul ()