The branch main has been updated by rmacklem:

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

commit 4830670a3f946054f7963ab747bb6f36b187224d
Author:     Rick Macklem <[email protected]>
AuthorDate: 2026-07-12 22:56:52 +0000
Commit:     Rick Macklem <[email protected]>
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

Reply via email to