Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2026 22:58:16 +0000
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4830670a3f94 - main - chflags.1: Document the new UF_DONTCACHE flag
Message-ID:  <6a541c08.454d1.1c505faa@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=4830670a3f946054f7963ab747bb6f36b187224d

commit 4830670a3f946054f7963ab747bb6f36b187224d
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2026-07-12 22:56:52 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2026-07-12 22:56:52 +0000

    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
---
 bin/chflags/chflags.1 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a541c08.454d1.1c505faa>