aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getusershell.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getusershell.3')
-rw-r--r--man3/getusershell.314
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 ()