diff options
author | 1997-03-31 02:34:21 +0000 | |
---|---|---|
committer | 1997-03-31 02:34:21 +0000 | |
commit | 886ac1e93bdbad216fb65ad1d6ef1a21e4788a0b (patch) | |
tree | 01337280ac8526716c0ea661e81e6b97b44650f0 /lib/libc/sys | |
parent | sync to nfs.h (diff) | |
download | wireguard-openbsd-886ac1e93bdbad216fb65ad1d6ef1a21e4788a0b.tar.xz wireguard-openbsd-886ac1e93bdbad216fb65ad1d6ef1a21e4788a0b.zip |
flags param is int
Diffstat (limited to 'lib/libc/sys')
-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 |