diff options
author | aaron <> | 2000-04-21 15:24:20 +0000 |
---|---|---|
committer | aaron <> | 2000-04-21 15:24:20 +0000 |
commit | 9fb35611cc3d03bef8b690b62e0904507c414a61 (patch) | |
tree | cbb158a96fec3a91f1d59c3e9f768b10d6ed872e /src/lib/libc/string/strmode.3 | |
parent | a4336f357f9e30dffdfad4909b24bd2e82c096a2 (diff) | |
download | openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.gz openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.bz2 openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.zip |
Flesh out libc string function man pages.
Diffstat (limited to 'src/lib/libc/string/strmode.3')
-rw-r--r-- | src/lib/libc/string/strmode.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3 index 3703a7adaf..bf311f1f99 100644 --- a/src/lib/libc/string/strmode.3 +++ b/src/lib/libc/string/strmode.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strmode.3,v 1.7 2000/02/29 03:45:12 aaron Exp $ | 1 | .\" $OpenBSD: strmode.3,v 1.8 2000/04/21 15:24:20 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991, 1993 | 3 | .\" Copyright (c) 1990, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -46,8 +46,7 @@ | |||
46 | .Sh DESCRIPTION | 46 | .Sh DESCRIPTION |
47 | The | 47 | The |
48 | .Fn strmode | 48 | .Fn strmode |
49 | function | 49 | function converts a file |
50 | converts a file | ||
51 | .Fa mode | 50 | .Fa mode |
52 | (the type and permission information associated with an inode, see | 51 | (the type and permission information associated with an inode, see |
53 | .Xr stat 2 ) | 52 | .Xr stat 2 ) |
@@ -150,8 +149,7 @@ it will be a space. | |||
150 | .Sh RETURN VALUES | 149 | .Sh RETURN VALUES |
151 | The | 150 | The |
152 | .Fn strmode | 151 | .Fn strmode |
153 | function | 152 | function always returns 0. |
154 | always returns 0. | ||
155 | .Sh SEE ALSO | 153 | .Sh SEE ALSO |
156 | .Xr chmod 1 , | 154 | .Xr chmod 1 , |
157 | .Xr find 1 , | 155 | .Xr find 1 , |