]> git.saurik.com Git - apple/libc.git/blobdiff - gen/strtofflags.3
Libc-1244.50.9.tar.gz
[apple/libc.git] / gen / strtofflags.3
index 355e81aea1373456090e8159d5e24b0eb27c644b..ed790c63b120625ff367ec976ae48d44b87c4907 100644 (file)
 .Sh SYNOPSIS
 .In unistd.h
 .Ft char *
-.Fn fflagstostr "u_long flags"
+.Fo fflagstostr
+.Fa "unsigned long flags"
+.Fc
 .Ft int
-.Fn strtofflags "char **stringp" "u_long *setp" "u_long *clrp"
+.Fo strtofflags
+.Fa "char **stringp"
+.Fa "unsigned long *setp"
+.Fa "unsigned long *clrp"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn fflagstostr