Re: strmode.3: Remove return values section

2017-07-05 Thread Theo Buehler
On Wed, Jul 05, 2017 at 01:31:12PM +0200, Klemens Nanni wrote:
> 
> strmode(3) is void and thus never returns anything.

Committed, thanks.

> Feedback/OK?

I think you should wait until you have commit access before you ask for
OKs. It's a bit confusing otherwise.



strmode.3: Remove return values section

2017-07-05 Thread Klemens Nanni


strmode(3) is void and thus never returns anything.

Feedback/OK?

Index: strmode.3
===
RCS file: /cvs/src/lib/libc/string/strmode.3,v
retrieving revision 1.16
diff -u -p -r1.16 strmode.3
--- strmode.3   5 Jun 2013 03:39:23 -   1.16
+++ strmode.3   5 Jul 2017 11:28:41 -
@@ -140,10 +140,6 @@ The last character is a plus sign
if 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 ,