diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-03-05 01:56:07 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-03-05 01:56:07 +0000 |
| commit | 25d90d5c97208edff7ad52d5db86d39e0d0a2b69 (patch) | |
| tree | d540eea574309ac04fb4d41164cf65b89c861c9e /bin/chflags/chflags.1 | |
| parent | 15920907bacedc625709a514c591428c1f87f395 (diff) | |
Notes
Diffstat (limited to 'bin/chflags/chflags.1')
| -rw-r--r-- | bin/chflags/chflags.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index bb6fe42d6e4c1..6966f6c0fbc4b 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -32,7 +32,7 @@ .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd April 20, 2015 +.Dd March 4, 2018 .Dt CHFLAGS 1 .Os .Sh NAME @@ -40,7 +40,7 @@ .Nd change file flags .Sh SYNOPSIS .Nm -.Op Fl fhv +.Op Fl fhvx .Oo .Fl R .Op Fl H | Fl L | Fl P @@ -98,6 +98,8 @@ If the .Fl v option is specified more than once, the old and new flags of the file will also be printed, in octal notation. +.It Fl x +Do not cross mount points. .El .Pp The flags are specified as an octal number or a comma separated list |
