summaryrefslogtreecommitdiffstats
path: root/bin/chflags
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-05-28 04:23:09 +0000
committerpjd <pjd@FreeBSD.org>2007-05-28 04:23:09 +0000
commit1e65a8c94586276c8037349ffacbdc579b87ff7f (patch)
treea1e994bbcb458783e5b4e5237d8521389466309a /bin/chflags
parentb91471aec15f443770784b832f084dd0503e451d (diff)
downloadFreeBSD-src-1e65a8c94586276c8037349ffacbdc579b87ff7f.zip
FreeBSD-src-1e65a8c94586276c8037349ffacbdc579b87ff7f.tar.gz
Fix probably copy&paste from chmod(1) - we change file flags here, not mode.
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/chflags.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
index 57d35ac..eb4f6e2 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
OpenPOWER on IntegriCloud