retitle 530681 [mount] Typos in man pages (lead to missing text)
thanks

Hello,

On Wed, May 27, 2009 at 02:30:16AM +0400, Vladimir Rutsky wrote:
> 
> Found two typos in /usr/share/man/man8/mount.8.gz, see attached patch for 
> details.

After checking version 2.16-3, the first typo reported by Vladimir is
fixed, not the second.

I'm updating the patch and add also a fix for other typos, leading to
missing text in the manpage (a line should not start with a single quote;
the .RE issues are just formal issues, they should have no consequences on
the formatting).

Best Regards,
-- 
Nekral
Index: C/man8/mount.8
===================================================================
--- C/man8/mount.8	(révision 1877)
+++ C/man8/mount.8	(copie de travail)
@@ -191,7 +191,6 @@
 .fi
 .RE
 .RE
-.RE
 
 .B The device indication.
 .RS
@@ -690,7 +689,7 @@
 Update inode access time for each access. This is the default.
 .TP
 .B noatime
-Do not update inode access times on this file system (e.g, for faster
+Do not update inode access times on this file system (e.g., for faster
 access on the news spool to speed up news servers).
 .TP
 .B auto
@@ -833,7 +832,7 @@
 .B norelatime
 Do not use
 .B relatime
-feature (e.g, for systems where the feature is enabled by default, for
+feature (e.g., for systems where the feature is enabled by default, for
 more details see mount options in /proc/mounts).
 .TP
 .B strictatime
@@ -1275,8 +1274,8 @@
 .TP
 .BR journal_async_commit
 Commit block can be written to disk without waiting for descriptor blocks. If
-enabled older kernels cannot mount the device. This will enable
-'journal_checksum' internally.
+enabled older kernels cannot mount the device. This will
+enable 'journal_checksum' internally.
 .TP
 .BR journal=update
 Update the ext4 file system's journal to the current format.
@@ -1992,7 +1991,7 @@
 online, then it is advisable to omit the mpol option from automatic
 mount options.  It can be added later, when the tmpfs is already mounted
 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.
-.PE
+.RE
 
 .SH "Mount options for udf"
 udf is the "Universal Disk Format" filesystem defined by the Optical

Reply via email to