From 1d0689029995aee7f01c991d28d541b9b956af63 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 31 Mar 1997 02:34:22 +0000 Subject: flags param is int --- lib/libc/sys/chflags.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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 .Fd #include .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 -- cgit v1.2.3