]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/strmode.3
Libc-825.24.tar.gz
[apple/libc.git] / string / FreeBSD / strmode.3
index b72171bd66ce16b2a55939fb22896651d3033b1d..704224ee88d5221556c8ff0d72fcfe1ee9adfded 100644 (file)
@@ -9,10 +9,6 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
@@ -30,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)strmode.3  8.3 (Berkeley) 7/28/94
-.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.8 2001/10/01 16:09:00 ru Exp $
+.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.11 2009/04/14 11:39:56 trasz Exp $
 .\"
 .Dd July 28, 1994
 .Dt STRMODE 3
 .Sh SYNOPSIS
 .In string.h
 .Ft void
-.Fn strmode "mode_t mode" "char *bp"
+.Fo strmode
+.Fa "int mode"
+.Fa "char *bp"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn strmode
@@ -132,14 +131,7 @@ The file is executable or the directory is searchable.
 None of the above apply.
 .El
 .Pp
-The last character is a plus sign ``+'' if any there are any alternate
-or additional access control methods associated with the inode, otherwise
-it will be a space.
-.Sh RETURN VALUES
-The
-.Fn strmode
-function
-always returns 0.
+The last character will always be a space.
 .Sh SEE ALSO
 .Xr chmod 1 ,
 .Xr find 1 ,