diff options
author | maxim <maxim@FreeBSD.org> | 2003-07-01 15:28:05 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2003-07-01 15:28:05 +0000 |
commit | 70699fa60dcc0cbc3a1d23dc928f0401b67f5bc0 (patch) | |
tree | 4000ea4f1ecb7fea40264ad762067b1da55a23d0 /lib/libc | |
parent | 40666ef4a4c81b9cf1f32642bbddc9c5c13bee2f (diff) | |
download | FreeBSD-src-70699fa60dcc0cbc3a1d23dc928f0401b67f5bc0.zip FreeBSD-src-70699fa60dcc0cbc3a1d23dc928f0401b67f5bc0.tar.gz |
o strmode(3) returns void not 0.
PR: docs/53488
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strmode.3 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 8615f0f..8c315cd 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -135,11 +135,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 , |