OSDN Git Service

(split) LDP: Restore and add Copyrights for draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / getusershell.3
index 9cccb06..754dd6c 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
+.\"
+.\" Japanese Version Copyright (c) 1997 ISHIOKA Takashi
+.\"         all rights reserved.
+.\" Translated Mon Sep  8 15:02:18 1997
+.\"         by ISHIOKA Takashi
+.\"O .SH NAME
+.\"O getusershell, setusershell, endusershell \- get permitted user shells
+.\"O .SH SYNOPSIS
+.\"O Feature Test Macro Requirements for glibc (see
+.\"O .BR feature_test_macros (7)):
+.\"O .SH DESCRIPTION
+.\"O The
+.\"O .BR getusershell ()
+.\"O function returns the next line from the file
+.\"O \fI/etc/shells\fP, opening the file if necessary.
+.\"O The line should contain
+.\"O the pathname of a valid user shell.
+.\"O If \fI/etc/shells\fP does not exist or
+.\"O is unreadable,
+.\"O .BR getusershell ()
+.\"O behaves as if  \fI/bin/sh\fP and
+.\"O \fI/bin/csh\fP were listed in the file.
+.\"O The
+.\"O .BR setusershell ()
+.\"O function rewinds \fI/etc/shells\fP.
+.\"O The
+.\"O .BR endusershell ()
+.\"O function closes \fI/etc/shells\fP.
+.\"O .SH "RETURN VALUE"
+.\"O The
+.\"O .BR getusershell ()
+.\"O function returns a NULL pointer on end-of-file.
+.\"O .SH FILES
+.\"O .SH "CONFORMING TO"
+.\"O .SH "SEE ALSO"
+.\"
 .TH GETUSERSHELL 3 2013\-06\-21 GNU "Linux Programmer's Manual"
 .SH 名前
 getusershell, setusershell, endusershell \- 許可されたユーザシェルを得る