diff options
| author | wiz <wiz@NetBSD.org> | 2012-09-19 23:22:56 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-09-19 23:22:56 +0000 |
| commit | dabfeaf79a9b9dccc69ee40992cd0287bc8ce157 (patch) | |
| tree | f9313bcfe9e068f6b80d16e78cbd2e2bbbef28b8 /lib/libutil | |
| parent | 2010a2f120e8a1f65314b5af106e52c30682fce1 (diff) | |
Fix string_to_flags prototype. From Brooks Davis in PR 46986.
Bump date.
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/stat_flags.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/stat_flags.3 b/lib/libutil/stat_flags.3 index c765e7e22d2..4b30d423ad1 100644 --- a/lib/libutil/stat_flags.3 +++ b/lib/libutil/stat_flags.3 @@ -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 |
