Minor man page updates to tune2fs(8) and uuidgen(1)

Addresses Debian Bug: #373004

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2006-09-12 02:33:08 -04:00
parent f6c9b0e22b
commit 9a85c2ab3b
3 changed files with 13 additions and 8 deletions

View 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

View 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.
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.

View 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