From: Theodore Ts'o Date: Tue, 21 Aug 2007 01:46:19 +0000 (-0400) Subject: Fix typo and clarify the uuidgen man page X-Git-Tag: android-x86-6.0-r1~26^2~1543^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3b302c2c0b7357321adc1343d7e46b032b7b6383;p=android-x86%2Fexternal-e2fsprogs.git Fix typo and clarify the uuidgen man page Thanks to Matt Kraai for noticing the misplaced sentence inserted into the description section. Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/uuidgen.1.in b/misc/uuidgen.1.in index 241b42e5..985e80d7 100644 --- a/misc/uuidgen.1.in +++ b/misc/uuidgen.1.in @@ -18,7 +18,8 @@ uuidgen \- command\-line utility to create a new UUID value .SH DESCRIPTION The .B uuidgen -program creates a new universally unique identifier (UUID) using the +program creates (and prints) +a new universally unique identifier (UUID) using the .BR libuuid (3) library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, @@ -34,10 +35,6 @@ 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