public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND.
@ 2016-11-13  8:29 Rical Jasan
  2016-11-15 20:56 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Rical Jasan @ 2016-11-13  8:29 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND.

	These were removed in 2010, while addressing [BZ #11235].
	This commit removes their documentation from the manual.

	* manual/sysinfo.texi (S_APPEND): Undocument.
	(S_IMMUTABLE): Likewise.
---
 manual/sysinfo.texi | 14 --------------
 1 file changed, 14 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-manual-Remove-non-existent-mount-options-S_IMMUTABLE.patch --]
[-- Type: text/x-patch; name="0001-manual-Remove-non-existent-mount-options-S_IMMUTABLE.patch", Size: 1147 bytes --]

diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 65ee7cf..66b7f3d 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND.
  2016-11-13  8:29 [PATCH] manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND Rical Jasan
@ 2016-11-15 20:56 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-11-15 20:56 UTC (permalink / raw)
  To: Rical Jasan; +Cc: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

On 13 Nov 2016 00:29, Rical Jasan wrote:
> manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND.
> 
> 	These were removed in 2010, while addressing [BZ #11235].
> 	This commit removes their documentation from the manual.

thanks, merged !
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-15 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-13  8:29 [PATCH] manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND Rical Jasan
2016-11-15 20:56 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).