Loading...
--- Libc/Libc-583/string/strmode.3
+++ Libc/Libc-262.3.2/string/strmode.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94
-.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.9 2003/07/01 15:28:05 maxim Exp $
+.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.8 2001/10/01 16:09:00 ru Exp $
.\"
.Dd July 28, 1994
.Dt STRMODE 3
@@ -43,10 +43,7 @@
.Sh SYNOPSIS
.In string.h
.Ft void
-.Fo strmode
-.Fa "int mode"
-.Fa "char *bp"
-.Fc
+.Fn strmode "mode_t mode" "char *bp"
.Sh DESCRIPTION
The
.Fn strmode
@@ -138,6 +135,11 @@
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 ,