Index: ossp-pkg/uuid/uuid.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v' 2>/dev/null --- uuid.pod 2004/01/15 15:38:09 1.9 +++ uuid.pod 2004/01/15 16:23:34 1.10 @@ -264,12 +264,12 @@ into a string buffer which is allocated under C<*>I. The output has the format (for DCE 1.1 v1 UUIDs): - UUID: ab3734b7-4770-11d8-9753-0090272ff725 + UUID: 01c47915-4777-11d8-bc70-0090272ff725 variant: DCE 1.1, ISO/IEC 11578:1996 version: 1 (time and node based) - content: time: 2004-01-15 15:37:04.186079.1 UTC - clock: 5971 (usually random) - node: 00:90:27:2f:f7:25 (real unicast) + content: time: 2004-01-15 16:22:26.376322.1 UTC + clock: 15472 (usually random) + node: 00:90:27:2f:f7:25 (global unicast) =item char *B(uuid_rc_t I); Index: ossp-pkg/uuid/uuid_cli.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v' 2>/dev/null --- uuid_cli.pod 2004/01/15 15:38:09 1.9 +++ uuid_cli.pod 2004/01/15 16:23:34 1.10 @@ -129,16 +129,16 @@ # generate DCE 1.1 v1 UUID (time and node based) $ uuid -v1 - ab3734b7-4770-11d8-9753-0090272ff725 + 01c47915-4777-11d8-bc70-0090272ff725 # decode and dump DCE 1.1 v1 UUID (time and node based) - $ uuid -d ab3734b7-4770-11d8-9753-0090272ff725 - UUID: ab3734b7-4770-11d8-9753-0090272ff725 + $ uuid -d 01c47915-4777-11d8-bc70-0090272ff725 + UUID: 01c47915-4777-11d8-bc70-0090272ff725 variant: DCE 1.1, ISO/IEC 11578:1996 version: 1 (time and node based) - content: time: 2004-01-15 15:37:04.186079.1 UTC - clock: 5971 (usually random) - node: 00:90:27:2f:f7:25 (real unicast) + content: time: 2004-01-15 16:22:26.376322.1 UTC + clock: 15472 (usually random) + node: 00:90:27:2f:f7:25 (global unicast) # generate DCE 1.1 v3 UUID (name based) $ uuid -v3 URL http://www.ossp.org/