]> git.saurik.com Git - apple/libc.git/blobdiff - string/strmode.3
Libc-498.1.1.tar.gz
[apple/libc.git] / string / strmode.3
index b72171bd66ce16b2a55939fb22896651d3033b1d..535baa1344eec62cc4540415f010a67e5cfc07dc 100644 (file)
@@ -30,7 +30,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.9 2003/07/01 15:28:05 maxim 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
@@ -135,11 +138,6 @@ None of the above apply.
 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.
 .Sh SEE ALSO
 .Xr chmod 1 ,
 .Xr find 1 ,