OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_getattr_np.3
index f89172a..fda354d 100644 (file)
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_GETATTR_NP 3 2008-11-11 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_GETATTR_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_getattr_np \- get attributes of created thread
 .SH SYNOPSIS
 .nf
-.B #define _GNU_SOURCE
+.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <pthread.h>
 
 .BI "int pthread_getattr_np(pthread_t " thread ", pthread_attr_t *" attr );
@@ -54,7 +54,7 @@ the stack size,
 which the implementation may align to a suitable boundary.
 .IP *
 and the guard size,
-which the implementation may round upwards to a multiple of the page size,
+which the implementation may round upward to a multiple of the page size,
 or ignore (i.e., treat as 0),
 if the application is allocating its own stack.
 .PP
@@ -93,7 +93,7 @@ resource limit is not supported.
 .SH VERSIONS
 This function is available in glibc since version 2.2.3.
 .SH CONFORMING TO
-This function is a nonstandard GNU extension.
+This function is a nonstandard GNU extension;
 hence the suffix "_np" (nonportable) in the name.
 .SH EXAMPLE
 The program below demonstrates the use of