Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil Fix string_to_flags prototype. From Brooks Davis...



details:   https://anonhg.NetBSD.org/src/rev/cae9c57b563b
branches:  trunk
changeset: 781649:cae9c57b563b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Sep 19 23:22:56 2012 +0000

description:
Fix string_to_flags prototype. From Brooks Davis in PR 46986.
Bump date.

diffstat:

 lib/libutil/stat_flags.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d6a2fd63740b -r cae9c57b563b lib/libutil/stat_flags.3
--- a/lib/libutil/stat_flags.3  Wed Sep 19 23:08:37 2012 +0000
+++ b/lib/libutil/stat_flags.3  Wed Sep 19 23:22:56 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index