Page MenuHomeFreeBSD

D59588.id186457.diff
No OneTemporary

D59588.id186457.diff

diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1
--- a/bin/chflags/chflags.1
+++ b/bin/chflags/chflags.1
@@ -130,7 +130,7 @@
.Bl -tag -offset indent -width ".Cm opaque"
.It Cm arch , archived
set the archived flag (super-user only)
-.It Cm nocache
+.It Cm nocache , noucache
set the nocache flag (owner or super-user only)
.It Cm nodump
set the nodump flag (owner or super-user only)
diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c
--- a/lib/libc/gen/strtofflags.c
+++ b/lib/libc/gen/strtofflags.c
@@ -83,6 +83,7 @@
/* Needed for some Linux cross-build that uses a stale stat.h. */
#ifdef UF_NOCACHE
{ "nousystem", 0, UF_SYSTEM },
+ { "nocache", 1, UF_NOCACHE }
{ "noucache", 1, UF_NOCACHE }
#else
{ "nousystem", 0, UF_SYSTEM }

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 4:09 PM (16 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38863554
Default Alt Text
D59588.id186457.diff (780 B)

Event Timeline