Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 0/6] Trivial documentation fixes
@ 2011-07-01 13:51 Petr Uzel
  2011-07-01 13:51 ` [PATCH 1/6] mount.8: fix reference to sharedsubtree documentation Petr Uzel
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Hi,

this series contains trivial low-priority documentation fixes
for bugs in Debian BTS. References to bugs addressed
are mentioned in the commit messages.


Petr Uzel (6):
  mount.8: fix reference to sharedsubtree documentation
  mount.8: remove accidental extra word in ext4 documentation
  mount.8: fix typo
  mount.8: fix typo
  mount: make the error message clear
  mount.8: fix typos

 mount/mount.8 |   12 ++++++------
 mount/mount.c |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.3.4


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

* [PATCH 1/6] mount.8: fix reference to sharedsubtree documentation
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-01 13:51 ` [PATCH 2/6] mount.8: remove accidental extra word in ext4 documentation Petr Uzel
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

From: Mike Hommey <mh+reportbug@glandium.org>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508572
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572403
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508412

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.8 b/mount/mount.8
index e9a52dd..767ff51 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -439,7 +439,7 @@ of that mount such that mounts and umounts within any of the mirrors propagate
 to the other mirror. A slave mount receives propagation from its master, but
 any not vice-versa.  A private mount carries no propagation abilities.  A
 unbindable mount is a private mount which cannot be cloned through a bind
-operation. Detailed semantics is documented in Documentation/sharedsubtree.txt
+operation. Detailed semantics is documented in Documentation/filesystems/sharedsubtree.txt
 file in the kernel source tree.
 
 .RS
-- 
1.7.3.4


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

* [PATCH 2/6] mount.8: remove accidental extra word in ext4 documentation
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
  2011-07-01 13:51 ` [PATCH 1/6] mount.8: fix reference to sharedsubtree documentation Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-01 13:51 ` [PATCH 3/6] mount.8: fix typo Petr Uzel
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Reported-by: Francis Russell <francis+dbts@unchartedbackwaters.co.uk>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599550

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.8 b/mount/mount.8
index 767ff51..598280c 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -1487,7 +1487,7 @@ debugging purposes.  This is normally used while
 remounting a filesystem which is already mounted.
 .TP
 .BR auto_da_alloc | noauto_da_alloc
-Many broken applications don't use fsync() when noauto_da_alloc
+Many broken applications don't use fsync() when
 replacing existing files via patterns such as
 
 fd = open("foo.new")/write(fd,..)/close(fd)/ rename("foo.new", "foo")
-- 
1.7.3.4


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

* [PATCH 3/6] mount.8: fix typo
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
  2011-07-01 13:51 ` [PATCH 1/6] mount.8: fix reference to sharedsubtree documentation Petr Uzel
  2011-07-01 13:51 ` [PATCH 2/6] mount.8: remove accidental extra word in ext4 documentation Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-01 13:51 ` [PATCH 4/6] " Petr Uzel
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Reported-by: Lars Wirzenius <liw@liw.fi>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605007

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.8 b/mount/mount.8
index 598280c..4259824 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -1451,7 +1451,7 @@ RAID chunk size in filesystem blocks.
 Deferring block allocation until write-out time.
 .TP
 .BR nodelalloc
-Disable delayed allocation. Blocks are allocation when data is copied from user
+Disable delayed allocation. Blocks are allocated when data is copied from user
 to page cache.
 .TP
 .BI max_batch_time= usec
-- 
1.7.3.4


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

* [PATCH 4/6] mount.8: fix typo
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
                   ` (2 preceding siblings ...)
  2011-07-01 13:51 ` [PATCH 3/6] mount.8: fix typo Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-01 13:51 ` [PATCH 5/6] mount: make the error message clear Petr Uzel
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Reported-by: Reuben Thomas <rrt@sc3d.org>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603096

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.8 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.8 b/mount/mount.8
index 4259824..886e6b4 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -150,7 +150,7 @@ udev symlinks in the /etc/fstab file. The tags are
 more readable, robust and portable. The
 .BR mount (8)
 command internally uses udev
-symlinks, so use the symlinks in /etc/fstab is not advantage over LABEL=/UUID=.
+symlinks, so use the symlinks in /etc/fstab has no advantage over LABEL=/UUID=.
 For more details see
 .BR libblkid (3).
 
-- 
1.7.3.4


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

* [PATCH 5/6] mount: make the error message clear
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
                   ` (3 preceding siblings ...)
  2011-07-01 13:51 ` [PATCH 4/6] " Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-01 13:51 ` [PATCH 6/6] mount.8: fix typos Petr Uzel
  2011-07-11 10:01 ` [PATCH 0/6] Trivial documentation fixes Karel Zak
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Reported-by: Micah Anderson <micah@debian.org>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558653

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mount/mount.c b/mount/mount.c
index 00637f5..cb04d9d 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1765,7 +1765,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
       unsigned long long size = 0;
 
       if (flags & MS_REMOUNT) {
-	error (_("mount: %s not mounted already, or bad option"), node);
+	error (_("mount: %s not mounted or bad option"), node);
       } else {
 	error (_("mount: wrong fs type, bad option, bad superblock on %s,\n"
 	       "       missing codepage or helper program, or other error"),
-- 
1.7.3.4


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

* [PATCH 6/6] mount.8: fix typos
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
                   ` (4 preceding siblings ...)
  2011-07-01 13:51 ` [PATCH 5/6] mount: make the error message clear Petr Uzel
@ 2011-07-01 13:51 ` Petr Uzel
  2011-07-11 10:01 ` [PATCH 0/6] Trivial documentation fixes Karel Zak
  6 siblings, 0 replies; 8+ messages in thread
From: Petr Uzel @ 2011-07-01 13:51 UTC (permalink / raw)
  To: util-linux; +Cc: lamont

Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530681#15
From: Nicolas Francois <nicolas.francois@centraliens.net>
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 mount/mount.8 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mount/mount.8 b/mount/mount.8
index 886e6b4..b1666cb 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -804,7 +804,7 @@ and
 mount options.
 .TP
 .B noatime
-Do not update inode access times on this filesystem (e.g, for faster
+Do not update inode access times on this filesystem (e.g., for faster
 access on the news spool to speed up news servers).
 .TP
 .B auto
@@ -2408,7 +2408,7 @@ before trying
 .TP
 .B utf8
 UTF8 is the filesystem safe 8-bit encoding of Unicode that is used by the
-console. It can be be enabled for the filesystem with this option or disabled
+console. It can be enabled for the filesystem with this option or disabled
 with utf8=0, utf8=no or utf8=false. If `uni_xlate' gets set, UTF8 gets
 disabled.
 .TP
-- 
1.7.3.4


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

* Re: [PATCH 0/6] Trivial documentation fixes
  2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
                   ` (5 preceding siblings ...)
  2011-07-01 13:51 ` [PATCH 6/6] mount.8: fix typos Petr Uzel
@ 2011-07-11 10:01 ` Karel Zak
  6 siblings, 0 replies; 8+ messages in thread
From: Karel Zak @ 2011-07-11 10:01 UTC (permalink / raw)
  To: Petr Uzel; +Cc: util-linux, lamont

On Fri, Jul 01, 2011 at 03:51:39PM +0200, Petr Uzel wrote:
> Petr Uzel (6):
>   mount.8: fix reference to sharedsubtree documentation
>   mount.8: remove accidental extra word in ext4 documentation
>   mount.8: fix typo
>   mount.8: fix typo
>   mount: make the error message clear
>   mount.8: fix typos
> 
>  mount/mount.8 |   12 ++++++------
>  mount/mount.c |    2 +-
>  2 files changed, 7 insertions(+), 7 deletions(-)

 All applied, thanks. 

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

end of thread, other threads:[~2011-07-11 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 13:51 [PATCH 0/6] Trivial documentation fixes Petr Uzel
2011-07-01 13:51 ` [PATCH 1/6] mount.8: fix reference to sharedsubtree documentation Petr Uzel
2011-07-01 13:51 ` [PATCH 2/6] mount.8: remove accidental extra word in ext4 documentation Petr Uzel
2011-07-01 13:51 ` [PATCH 3/6] mount.8: fix typo Petr Uzel
2011-07-01 13:51 ` [PATCH 4/6] " Petr Uzel
2011-07-01 13:51 ` [PATCH 5/6] mount: make the error message clear Petr Uzel
2011-07-01 13:51 ` [PATCH 6/6] mount.8: fix typos Petr Uzel
2011-07-11 10:01 ` [PATCH 0/6] Trivial documentation fixes Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox