From 886ac1e93bdbad216fb65ad1d6ef1a21e4788a0b Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 31 Mar 1997 02:34:21 +0000 Subject: [PATCH] flags param is int --- lib/libc/sys/chflags.2 | 4 ++-- 1 file 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 .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 -- 2.20.1