Whamcloud - gitweb
Minor man page updates to tune2fs(8) and uuidgen(1)
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 Sep 2006 06:33:08 +0000 (02:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Sep 2006 06:33:08 +0000 (02:33 -0400)
Addresses Debian Bug: #373004

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/tune2fs.8.in
misc/uuidgen.1.in

index b6a9c51..620b7f6 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-12  Theodore Tso  <tytso@mit.edu>
+
+       * tune2fs.8.in, uuidgen.1: Fix minor grammar problems.  Addresses
+               Debian Bug #373004)
+
 2006-08-30  Theodore Tso  <tytso@mit.edu>
 
        * tune2fs.c (main), mke2fs.c (PRS): Use e2p_percent to properly
index 444c338..7f223bf 100644 (file)
@@ -182,8 +182,8 @@ It is strongly recommended that either
 (time-dependent) checking be enabled to force periodic full
 .BR e2fsck (8)
 checking of the filesystem.  Failure to do so may lead to filesystem
-corruption due to bad disks, cables, memory, or kernel bugs to go
-unnoticed until they cause data loss or corruption.
+corruption (due to bad disks, cables, memory, or kernel bugs) going
+unnoticed, ultimately resulting in data loss or corruption.
 .TP
 .B \-j
 Add an ext3 journal to the filesystem.  If the 
@@ -329,7 +329,7 @@ of the directory in which they were created.  The standard System V behaviour
 is the default, where newly created files take on the fsgid of the current
 process, unless the directory has the setgid bit set, in which case it takes 
 the gid from the parent directory, and also gets the setgid bit set if it is 
-directory itself.
+directory itself.
 .TP
 .B user_xattr
 Enable user-specified extended attributes.
@@ -436,7 +436,7 @@ be used to set the last checked time on the original filesystem.  The format
 of 
 .I time-last-checked
 is the international date format, with an optional time specifier, i.e.
-YYYYMMDD[[HHMM]SS].   The keyword 
+YYYYMMDD[HH[MM[SS]]].   The keyword 
 .B now
 is also accepted, in which case the last checked time will be set to the 
 current time.
index 60da84d..241b42e 100644 (file)
@@ -34,6 +34,10 @@ will generate a random-based UUID if a high-quality random number
 generator is present.  Otherwise, it will chose a time-based UUID.  It 
 is possible to force the generation of one of these two 
 UUID types by using the
+.PP
+A UUID of the form 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb (in
+.BR printf (3)
+format "%08x-%04x-%04x-%04x-%012x") is output to the standard output.
 .B \-r
 or
 .B \-t
@@ -49,10 +53,6 @@ quality random number generator, such as
 .B \-t
 Generate a time-based UUID.  This method creates a UUID based on the system 
 clock plus the system's ethernet hardware address, if present.
-.SH RETURN VALUE
-The UUID of the form 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb (in
-.BR printf (3)
-format "%08x-%04x-%04x-%04x-%012x") is output to the standard output.
 .SH "CONFORMING TO"
 OSF DCE 1.1
 .SH AUTHOR