artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ccde3
)
flags param is int
author
deraadt
<deraadt@openbsd.org>
Mon, 31 Mar 1997 02:34:21 +0000
(
02:34
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 31 Mar 1997 02:34:21 +0000
(
02:34
+0000)
lib/libc/sys/chflags.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/chflags.2
b/lib/libc/sys/chflags.2
index
48a949e
..
9346d54
100644
(file)
--- 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