util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benno Schulenberg <bensberg@justemail.net>
To: "Krzysztof Żelechowski" <giecrilj@stegny.2a.pl>
Cc: "Util-Linux" <util-linux@vger.kernel.org>
Subject: Re: [PATCH] Fix typos found by misspellings
Date: Sun, 09 Jun 2013 10:54:48 +0200	[thread overview]
Message-ID: <1370768088.29446.140661241694937.4E337ABA@webmail.messagingengine.com> (raw)
In-Reply-To: <kotrf8$s14$1@ger.gmane.org>

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


On Sat, Jun 8, 2013, at 1:49, Krzysztof Żelechowski wrote:
>> The
>>  .BR rootcontext=
>>  option allows you to explicitly label the root inode of a FS being mounted
>> -before that FS or inode because visable to userspace. This was found to be
>> +before that FS or inode because visible to userspace. This was found to be
>>  useful for things like stateless linux.
> 
> I still do not understand the first sentence.  What is that supposed to 
> mean?

Maybe s/because/becomes/?

Attached patch makes that change, plus some grammar fixes.

Regards,

Benno

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-docs-fix-mistaken-word-and-some-grammar-in-man-page-.patch --]
[-- Type: text/x-patch; name="0001-docs-fix-mistaken-word-and-some-grammar-in-man-page-.patch", Size: 2179 bytes --]

From 753acb231f5cbbe846f0cdb0717ad91e8255cb4b Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 9 Jun 2013 10:50:01 +0200
Subject: [PATCH] docs: fix mistaken word and some grammar in man page of mount
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reported-by: Krzysztof Żelechowski <giecrilj@stegny.2a.pl>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 sys-utils/mount.8 |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 3ffdb24..a9c68fd 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -946,28 +946,27 @@ filesystem that supports xattr labeling.
 The
 .BR rootcontext=
 option allows you to explicitly label the root inode of a FS being mounted
-before that FS or inode because visible to userspace. This was found to be
+before that FS or inode becomes visible to userspace.  This was found to be
 useful for things like stateless linux.
 
-Note that kernel rejects any remount request that includes the context
-option even if unchanged from the current context.
+Note that the kernel rejects any remount request that includes the context
+option, \fBeven\fP when unchanged from the current context.
 
-.B Warning that \fIcontext\fP value might contains comma
-and in this case the value has to be properly quoted otherwise
+.BR "Warning: the \fIcontext\fP value might contain commas" ,
+in which case the value has to be properly quoted, otherwise
 .BR mount (8)
-will interpret the comma as separator between mount options. Don't forget that
-shell strips off quotes and
-.BR "double quoting is required" ,
-for example:
+will interpret the comma as a separator between mount options.  Don't forget that
+the shell strips off quotes and thus
+.BR "double quoting is required" .
+For example:
 .RS
 .RS
 .sp
-mount -t tmpfs none /mnt \-o 'context="system_u:object_r:tmp_t:s0:c127,c456",noexec'
+.B mount -t tmpfs none /mnt \-o 'context="system_u:object_r:tmp_t:s0:c127,c456",noexec'
 .sp
 .RE
-
 For more details, see
-.BR selinux (8)
+.BR selinux (8).
 .RE
 
 .TP
-- 
1.7.0.4


  reply	other threads:[~2013-06-09  8:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-07 23:49 [PATCH] Fix typos found by misspellings Krzysztof Żelechowski
2013-06-09  8:54 ` Benno Schulenberg [this message]
2013-06-18  8:43   ` Karel Zak
  -- strict thread matches above, loose matches on Subject: below --
2012-06-27 11:45 Bernhard Voelker
2012-06-27 13:30 ` Bernhard Voelker
2012-07-09 15:05   ` Karel Zak
2012-04-19 22:24 Bernhard Voelker
2012-04-23 11:27 ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370768088.29446.140661241694937.4E337ABA@webmail.messagingengine.com \
    --to=bensberg@justemail.net \
    --cc=giecrilj@stegny.2a.pl \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).