From 5d484dd9ea0e1790d45df2ab7c60525bdd132321 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 5 Jul 2017 11:44:35 +0000 Subject: [PATCH] void functions don't return 0 From Klemens Nanni --- src/lib/libc/string/strmode.3 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3 index bebda2ca..8135d30b 100644 --- a/src/lib/libc/string/strmode.3 +++ b/src/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: strmode.3,v 1.17 2017/07/05 11:44:35 tb Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 5 2017 $ .Dt STRMODE 3 .Os .Sh NAME @@ -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 ,