summaryrefslogtreecommitdiffstats
path: root/man3/getusershell.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getusershell.3')
-rw-r--r--man3/getusershell.313
1 files changed, 6 insertions, 7 deletions
diff --git a/man3/getusershell.3 b/man3/getusershell.3
index cbd1d1a..41c5a68 100644
--- a/man3/getusershell.3
+++ b/man3/getusershell.3
@@ -8,7 +8,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 2023-07-20 "Linux man-pages 6.05.01"
+.TH getusershell 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
getusershell, setusershell, endusershell \- get permitted user shells
.SH LIBRARY
@@ -17,17 +17,17 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <unistd.h>
-.PP
+.P
.B char *getusershell(void);
.B void setusershell(void);
.B void endusershell(void);
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR getusershell (),
.BR setusershell (),
.BR endusershell ():
@@ -58,12 +58,12 @@ behaves as if
and
.I /bin/csh
were listed in the file.
-.PP
+.P
The
.BR setusershell ()
function rewinds
.IR /etc/shells .
-.PP
+.P
The
.BR endusershell ()
function closes
@@ -90,7 +90,6 @@ T{
.BR endusershell ()
T} Thread safety MT-Unsafe
.TE
-.sp 1
.SH STANDARDS
None.
.SH HISTORY