From 2bb428228efb49c5b14392f40f3633beb961fc77 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 28 May 2007 04:23:09 +0000 Subject: [PATCH] Fix probably copy&paste from chmod(1) - we change file flags here, not mode. --- bin/chflags/chflags.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 57d35aca4dd2..eb4f6e253e3a 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -66,7 +66,7 @@ option is specified, symbolic links on the command line are followed. If the .Ar file is a symbolic link, -change the mode of the link itself rather than the file to which it points. +change the file flags of the link itself rather than the file to which it points. .It Fl L If the .Fl R