Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171681663
D59588.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
780 B
Referenced Files
None
Subscribers
None
D59588.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 13, 4:06 PM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38863554
Default Alt Text
D59588.diff (780 B)
Attached To
Mode
D59588: chflags: Alias nocache to noucache for consistency
Attached
Detach File
Event Timeline
Log In to Comment