From 9a85c2ab3b7daa602de6e0e70fe18fe0c8044ee3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 12 Sep 2006 02:33:08 -0400 Subject: [PATCH] Minor man page updates to tune2fs(8) and uuidgen(1) Addresses Debian Bug: #373004 Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 5 +++++ misc/tune2fs.8.in | 8 ++++---- misc/uuidgen.1.in | 8 ++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index b6a9c51..620b7f6 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-12 Theodore Tso + + * tune2fs.8.in, uuidgen.1: Fix minor grammar problems. Addresses + Debian Bug #373004) + 2006-08-30 Theodore Tso * tune2fs.c (main), mke2fs.c (PRS): Use e2p_percent to properly diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 444c338..7f223bf 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -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. +a 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. diff --git a/misc/uuidgen.1.in b/misc/uuidgen.1.in index 60da84d..241b42e 100644 --- a/misc/uuidgen.1.in +++ b/misc/uuidgen.1.in @@ -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 -- 1.8.3.1