diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2026-07-12 22:56:52 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2026-07-12 22:56:52 +0000 |
| commit | 4830670a3f946054f7963ab747bb6f36b187224d (patch) | |
| tree | e1314bd553df1311a5b4c2f16c503a26bdeeec2e | |
| parent | 74654ba3b1b3bcf6ba8870a54310accbb6adbf0b (diff) | |
chflags.1: Document the new UF_DONTCACHE flag
Commit 74654ba3b1b3 added and new chflags(1) flag called
"udontcache" or "dontcache". This patch documents this flag.
This is a content change.
Reviewed by: kib
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D58181
| -rw-r--r-- | bin/chflags/chflags.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 31a4211fb25c..26b5bb24d9fe 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 12, 2018 +.Dd July 9, 2026 .Dt CHFLAGS 1 .Os .Sh NAME @@ -123,6 +123,8 @@ set the user append-only flag (owner or super-user only) set the archive flag (owner or super-user only) .It Cm uchg , uchange , uimmutable set the user immutable flag (owner or super-user only) +.It Cm udontcache , dontcache +set the dont cache flag (owner or super-user only) .It Cm uhidden , hidden set the hidden file attribute (owner or super-user only) .It Cm uoffline , offline |
