summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2017-07-05 11:44:35 +0000
committertb <>2017-07-05 11:44:35 +0000
commitac67e6939cc814abbba069ada23595c0ba67ba9a (patch)
treece7aa62525650bc22a9f72b44412a08d2399919e
parent8c7735d1ee7303fd6c3a7729c775bee34cad547b (diff)
downloadopenbsd-ac67e6939cc814abbba069ada23595c0ba67ba9a.tar.gz
openbsd-ac67e6939cc814abbba069ada23595c0ba67ba9a.tar.bz2
openbsd-ac67e6939cc814abbba069ada23595c0ba67ba9a.zip
void functions don't return 0
From Klemens Nanni
-rw-r--r--src/lib/libc/string/strmode.38
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3
index bebda2ca1c..8135d30ba1 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.16 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: strmode.3,v 1.17 2017/07/05 11:44:35 tb 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.
@@ -29,7 +29,7 @@
29.\" 29.\"
30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 30.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94
31.\" 31.\"
32.Dd $Mdocdate: June 5 2013 $ 32.Dd $Mdocdate: July 5 2017 $
33.Dt STRMODE 3 33.Dt STRMODE 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -140,10 +140,6 @@ The last character is a plus sign
140if there are any alternate 140if there are any alternate
141or additional access control methods associated with the inode, otherwise 141or additional access control methods associated with the inode, otherwise
142it will be a space. 142it will be a space.
143.Sh RETURN VALUES
144The
145.Fn strmode
146function always returns 0.
147.Sh SEE ALSO 143.Sh SEE ALSO
148.Xr chmod 1 , 144.Xr chmod 1 ,
149.Xr find 1 , 145.Xr find 1 ,