]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Simplified wording about requirement for _BSD_SOURCE macro.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 06:28:54 +0000 (06:28 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 06:28:54 +0000 (06:28 +0000)
man2/chdir.2
man2/chown.2
man2/getgroups.2
man2/gettimeofday.2
man2/wait4.2
man3/dirfd.3
man3/initgroups.3

index f22c684579d07c1c0fe72ef688308e0d7ae137b3..9f930dd7d890da0318dd5163e683ca1410e577c6 100644 (file)
@@ -107,8 +107,7 @@ The prototype for
 .BR fchdir ()
 is only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "CONFORMING TO"
 The 
 .BR chdir ()
index cdb0c0c12f95e3600520a97a1a5eb7518465f6a1..f05810b7996f576559385d456d6957a9af5d132c 100644 (file)
@@ -157,8 +157,7 @@ The prototype for
 .BR fchown ()
 is only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "CONFORMING TO"
 The
 .BR chown ()
index 896436ed8b678bcb35d67b4e94e6e1a22a289561..8d04a1983acf9d5ad08911cf2428fd1f2946a1aa 100644 (file)
@@ -114,8 +114,7 @@ The prototype for
 .BR setgroups ()
 is only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "CONFORMING TO"
 SVr4, SVID (issue 4 only; these calls were not present in SVr3),
 X/OPEN, 4.3BSD.  The
index 495015ae1abfec34862a595e6cf156a781904a75..f641516d201590fa7635703e2e26b2598288016b 100644 (file)
@@ -218,9 +218,7 @@ and the defines for
 .BR timersub
 are (since glibc2.2.2) only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-.B _POSIX_SOURCE 
-or compiling with the \-ansi flag).
+is defined.
 .LP
 Traditionally, the fields of 
 .I struct timeval 
index 63045abb024b764a7c35dd55688d97d347ba80d4..0353bb7501d644619023de5970acc4d98e4cf52f 100644 (file)
@@ -127,8 +127,7 @@ defined in
 .LP
 The prototype for these functions is only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "CONFORMING TO"
 4.3BSD
 .SH "SEE ALSO"
index d390a6a0d41f3cb82b8edb8650eaab5b9ad8bbed..c1d07cfb8ee49f795d90a4609605f6d314c1d394 100644 (file)
@@ -53,8 +53,7 @@ is only available if
 .B _BSD_SOURCE
 or
 .B _SVID_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "CONFORMING TO"
 This is a BSD extension, present in 4.3BSD-Reno, not in 4.2BSD.
 Present in libc5 (since 5.1.2) and in glibc2.
index d2397843a194bd5bbda15ef2a1918e1e1a501179..2dc4492032184b00a22158e690c7e2849ef81da8 100644 (file)
@@ -70,8 +70,7 @@ The prototype for
 .BR initgroups ()
 is only available if
 .B _BSD_SOURCE
-is defined (either explicitly, or implicitly, by not defining
-_POSIX_SOURCE or compiling with the \-ansi flag).
+is defined.
 .SH "SEE ALSO"
 .BR getgroups (2),
 .BR setgroups (2)