diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
commit | f427a49cebae937b58bd921c20803593806f0d90 (patch) | |
tree | 9b34e9c6151a86aa2c4ccd5da3329e545598269f /lib/libc/string/strmode.3 | |
parent | f3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff) |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/strmode.3')
-rw-r--r-- | lib/libc/string/strmode.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 3703a7adafd..bf311f1f995 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.7 2000/02/29 03:45:12 aaron Exp $ +.\" $OpenBSD: strmode.3,v 1.8 2000/04/21 15:24:20 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -46,8 +46,7 @@ .Sh DESCRIPTION The .Fn strmode -function -converts a file +function converts a file .Fa mode (the type and permission information associated with an inode, see .Xr stat 2 ) @@ -150,8 +149,7 @@ it will be a space. .Sh RETURN VALUES The .Fn strmode -function -always returns 0. +function always returns 0. .Sh SEE ALSO .Xr chmod 1 , .Xr find 1 , |