]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND [BZ #11235]
authorRical Jasan <ricaljasan@pacific.net>
Sun, 13 Nov 2016 08:29:27 +0000 (00:29 -0800)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Nov 2016 20:56:00 +0000 (15:56 -0500)
These were removed in 2010, while addressing [BZ #11235].
This commit removes their documentation from the manual.

ChangeLog
manual/sysinfo.texi

index 1648453edb859cde7d8e3fb139c30a84c8969500..0badc3fed712ac0eb83036b097a6ffa32f3ce62b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-15  Rical Jasan  <ricaljasan@pacific.net>
+
+       * manual/sysinfo.texi (S_APPEND): Delete.
+       (S_IMMUTABLE): Likewise.
+
 2016-11-15  Denis Kaganovich  <mahatma@eu.by>
            Magnus Granberg  <zorry@gentoo.org>
            Mike Frysinger  <vapier@gentoo.org>
index 65ee7cf6f26378f094b2f136b2b2acfa7b195b90..66b7f3d898418b9ee75af695430957e365531d94 100644 (file)
@@ -930,20 +930,6 @@ This bit on specifies that no writing to the filesystem shall be allowed
 while it is mounted.  This cannot be overridden by @code{ioctl}.  This
 option is available on nearly all filesystems.
 
-@item S_IMMUTABLE
-This bit on specifies that no writing to the files in the filesystem
-shall be allowed while it is mounted.  This can be overridden for a
-particular file access by a properly privileged call to @code{ioctl}.
-This option is a relatively new invention and is not available on many
-filesystems.
-
-@item S_APPEND
-This bit on specifies that the only file writing that shall be allowed
-while the filesystem is mounted is appending.  Some filesystems allow
-this to be overridden for a particular process by a properly privileged
-call to @code{ioctl}.  This is a relatively new invention and is not
-available on many filesystems.
-
 @item MS_NOSUID
 This bit on specifies that Setuid and Setgid permissions on files in the
 filesystem shall be ignored while it is mounted.