diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-31 02:34:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-31 02:34:22 +0000 |
commit | 1d0689029995aee7f01c991d28d541b9b956af63 (patch) | |
tree | 0765597f0437e8f3c737364d2b562f8d50715d78 /lib/libc | |
parent | ecd0537724b58564fc42626180098646f366c4e1 (diff) |
flags param is int
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chflags.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 48a949e8f8d..9346d54e5ab 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -44,9 +44,9 @@ .Fd #include <sys/stat.h> .Fd #include <unistd.h> .Ft int -.Fn chflags "const char *path" "u_long flags" +.Fn chflags "const char *path" "int flags" .Ft int -.Fn fchflags "int fd" "u_long flags" +.Fn fchflags "int fd" "int flags" .Sh DESCRIPTION The file whose name is given by |