Module Name: src
Committed By: wiz
Date: Wed Sep 19 23:22:57 UTC 2012
Modified Files:
src/lib/libutil: stat_flags.3
Log Message:
Fix string_to_flags prototype. From Brooks Davis in PR 46986.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libutil/stat_flags.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/stat_flags.3
diff -u src/lib/libutil/stat_flags.3:1.7 src/lib/libutil/stat_flags.3:1.8
--- src/lib/libutil/stat_flags.3:1.7 Sat Aug 6 11:28:24 2011
+++ src/lib/libutil/stat_flags.3 Wed Sep 19 23:22:56 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat_flags.3,v 1.7 2011/08/06 11:28:24 jruoho Exp $
+.\" $NetBSD: stat_flags.3,v 1.8 2012/09/19 23:22:56 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 6, 2011
+.Dd September 20, 2012
.Dt STAT_FLAGS 3
.Os
.Sh NAME
@@ -41,7 +41,7 @@
.Ft char *
.Fn flags_to_string "u_long flags" "const char *def"
.Ft int
-.Fn string_to_flags "char **stringp" "u_long *setp" "u_long clrp"
+.Fn string_to_flags "char **stringp" "u_long *setp" "u_long *clrp"
.Sh DESCRIPTION
The
.Fn flags_to_string