NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lib/46986: string_to_flags() has wrong signature in manage
>Number: 46986
>Category: lib
>Synopsis: string_to_flags() has wrong signature in manage
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: lib-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 19 21:10:00 +0000 2012
>Originator: Brooks Davis
>Release:
>Organization:
>Environment:
>Description:
The stat_flags.3 manpage documents string_to_flags with the signature:
int
string_to_flags(char **stringp, u_long *setp, u_long clrp);
It should be:
int
string_to_flags(char **stringp, u_long *setp, u_long *clrp);
(clrp is a long*).
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index