We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991e019 commit d484d73Copy full SHA for d484d73
lib/files.cf
@@ -1953,7 +1953,7 @@ body fsattrs immutable(CF_BOOL)
1953
# files:
1954
# "/etc/motd"
1955
# content => "There are, in fact, rules. You have been notified.",
1956
-# fsatters => immutable("true"),
+# fsattrs => immutable("true"),
1957
# perms => mog( "644", "root", "root" );
1958
# ````
1959
{
@@ -1974,7 +1974,7 @@ body fsattrs is_immutable
1974
1975
1976
1977
-# fsatters => is_immutable,
+# fsattrs => is_immutable,
1978
1979
1980
@@ -1995,7 +1995,7 @@ body fsattrs is_not_immutable
1995
1996
1997
1998
-# fsatters => is_not_immutable,
+# fsattrs => is_not_immutable,
1999
2000
2001
0 commit comments