ossp-pkg/uuid/uuid_cli.pod 1.12 -> 1.13
--- uuid_cli.pod 2004/01/19 12:15:57 1.12
+++ uuid_cli.pod 2004/01/19 14:11:50 1.13
@@ -86,8 +86,9 @@
For version 3 UUIDs the additional command line arguments I<namespace>
and I<name> have to be given. The I<namespace> is either a UUID in
string representation or an identifier for internally pre-defined
-namespace UUIDs (currently known are "C<DNS>", "C<URL>", "C<OID>", and
-"C<X500>"). The I<name> is a string of arbitrary length.
+namespace UUIDs (currently known are "C<ns:DNS>", "C<ns:URL>",
+"C<ns:OID>", and "C<ns:X500>"). The I<name> is a string of arbitrary
+length.
=item B<-m>
@@ -141,7 +142,7 @@
node: 00:90:27:2f:f7:25 (global unicast)
# generate DCE 1.1 v3 UUID (name based)
- $ uuid -v3 URL http://www.ossp.org/
+ $ uuid -v3 ns:URL http://www.ossp.org/
02d9e6d5-9467-382e-8f9b-9300a64ac3cd
# decode and dump DCE 1.1 v3 UUID (name based)
|
|