diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man3/getusershell.3 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/getusershell.3')
| -rw-r--r-- | man3/getusershell.3 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man3/getusershell.3 b/man3/getusershell.3 index f2dc3d3cf9..7f7a6e063b 100644 --- a/man3/getusershell.3 +++ b/man3/getusershell.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:17:53 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETUSERSHELL 3 1993-07-04 "GNU" "Linux Programmer's Manual" +.TH GETUSERSHELL 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME getusershell, setusershell, endusershell \- get legal user shells .SH SYNOPSIS @@ -38,6 +38,18 @@ getusershell, setusershell, endusershell \- get legal user shells .sp .B void endusershell(void); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.ad l +.BR getusershell (), +.BR setusershell (), +.BR endusershell (): +_BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500) +.ad b .SH DESCRIPTION The .BR getusershell () |
