diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-29 15:50:13 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-29 15:50:13 +0000 |
| commit | 0f200f076cbdf0bbfa77f3bc36cd5632a66cf4ea (patch) | |
| tree | 90597154e85107f22cd2988747b317f45a207366 /man3/confstr.3 | |
| parent | 01be45128f3fa0b5177df186931f17066d2f13c4 (diff) | |
| download | man-pages-0f200f076cbdf0bbfa77f3bc36cd5632a66cf4ea.tar.gz | |
Add/fix feature test macro requirements.
Diffstat (limited to 'man3/confstr.3')
| -rw-r--r-- | man3/confstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/confstr.3 b/man3/confstr.3 index a828c27e57..7e1070af3d 100644 --- a/man3/confstr.3 +++ b/man3/confstr.3 @@ -26,7 +26,7 @@ .\" See <bits/confname.h> for the rest. .\" These should all be added to this page. .\" See also the POSIX.1-2001 specification of confstr() -.TH CONFSTR 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH CONFSTR 3 2008-08-29 "GNU" "Linux Programmer's Manual" .SH NAME confstr \- get configuration dependent string variables .SH SYNOPSIS @@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see .in .sp .BR getcwd (): -_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE +_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE || _POSIX_SOURCE .SH DESCRIPTION .BR confstr () gets the value of configuration-dependent string variables. |
