OSSP CVS Repository

ossp - Check-in [3747]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3747
Date: 2004-Jan-11 09:54:17 (local)
2004-Jan-11 08:54:17 (UTC)
User:rse
Branch:
Comment: use 'Universally Unique Identifier' with plural
Tickets:
Inspections:
Files:
ossp-pkg/uuid/AUTHORS      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/uuid/ChangeLog      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/uuid/INSTALL      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/uuid/Makefile.in      1.9 -> 1.10     2 inserted, 2 deleted
ossp-pkg/uuid/NEWS      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/uuid/README      1.5 -> 1.6     2 inserted, 2 deleted
ossp-pkg/uuid/THANKS      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/uuid/configure.ac      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/uuid/uuid.pod      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_cli.pod      1.2 -> 1.3     1 inserted, 1 deleted

ossp-pkg/uuid/AUTHORS 1.1 -> 1.2

--- AUTHORS      2004/01/11 08:48:12     1.1
+++ AUTHORS      2004/01/11 08:54:17     1.2
@@ -4,7 +4,7 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
 
   AUTHORS
 


ossp-pkg/uuid/ChangeLog 1.1 -> 1.2

--- ChangeLog    2004/01/11 08:48:12     1.1
+++ ChangeLog    2004/01/11 08:54:17     1.2
@@ -4,7 +4,7 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
 
   CHANGELOG
 


ossp-pkg/uuid/INSTALL 1.1 -> 1.2

--- INSTALL      2004/01/11 08:48:12     1.1
+++ INSTALL      2004/01/11 08:54:17     1.2
@@ -4,7 +4,7 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
 
   INSTALLATION
 


ossp-pkg/uuid/Makefile.in 1.9 -> 1.10

--- Makefile.in  2004/01/11 08:36:02     1.9
+++ Makefile.in  2004/01/11 08:54:17     1.10
@@ -82,7 +82,7 @@
         V2=`$(SHTOOL) version -l txt -d long VERSION`; \
         D=`$(SHTOOL) version -l txt -d long VERSION | sed -e 's;.*(;;' -e 's;).*;;'`; \
         $(POD2MAN) --quotes=none \
-                   --section=3 --center="Universally Unique Identifiers" \
+                   --section=3 --center="Universally Unique Identifier" \
                    --release="$$D" --date="OSSP uuid $$V1" uuid.pod | \
         sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.3
 uuid.1: uuid_cli.pod
@@ -91,7 +91,7 @@
         D=`$(SHTOOL) version -l txt -d long VERSION | sed -e 's;.*(;;' -e 's;).*;;'`; \
         $(CP) uuid_cli.pod /tmp/uuid.pod; \
         $(POD2MAN) --quotes=none \
-                   --section=1 --center="Universally Unique Identifiers" \
+                   --section=1 --center="Universally Unique Identifier" \
                    --release="$$D" --date="OSSP uuid $$V1" /tmp/uuid.pod | \
         sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.1; \
         $(RM) /tmp/uuid.pod


ossp-pkg/uuid/NEWS 1.1 -> 1.2

--- NEWS 2004/01/11 08:48:12     1.1
+++ NEWS 2004/01/11 08:54:18     1.2
@@ -4,7 +4,7 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
 
   NEWS
 


ossp-pkg/uuid/README 1.5 -> 1.6

--- README       2004/01/11 08:37:22     1.5
+++ README       2004/01/11 08:54:18     1.6
@@ -4,14 +4,14 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
   Version 0.9.0 (11-Jan-2004)
 
   ABSTRACT
 
   OSSP uuid is a ISO-C application programming interface (API) and
   corresponding command line interface (CLI) for the generation of DCE
-  1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
+  1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier
   (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
   based), version 3 (name based) and version 4 (random number based).
 


ossp-pkg/uuid/THANKS 1.1 -> 1.2

--- THANKS       2004/01/11 08:48:12     1.1
+++ THANKS       2004/01/11 08:54:18     1.2
@@ -4,7 +4,7 @@
  |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
-  OSSP uuid - Universally Unique Identifiers
+  OSSP uuid - Universally Unique Identifier
 
   THANKS
 


ossp-pkg/uuid/configure.ac 1.2 -> 1.3

--- configure.ac 2004/01/09 09:02:58     1.2
+++ configure.ac 2004/01/11 08:54:18     1.3
@@ -30,7 +30,7 @@
 AC_PREREQ(2.53)
 AC_INIT
 UUID_VERSION_STR=`./shtool version -l txt -d long VERSION`
-./shtool echo -e "Configuring %BOSSP uuid%b (Universally Unique Identifiers), version %B${UUID_VERSION_STR}%b"
+./shtool echo -e "Configuring %BOSSP uuid%b (Universally Unique Identifier), version %B${UUID_VERSION_STR}%b"
 AC_SUBST(UUID_VERSION_STR)
 
 AC_PROG_MAKE_SET


ossp-pkg/uuid/uuid.pod 1.3 -> 1.4

--- uuid.pod     2004/01/10 22:44:22     1.3
+++ uuid.pod     2004/01/11 08:54:18     1.4
@@ -37,7 +37,7 @@
 
 B<OSSP uuid> is a ISO-C application programming interface (API) and
 corresponding command line interface (CLI) for the generation of DCE
-1.1 and ISO/IEC 11578:1996 compliant I<Universally Unique Identifiers>
+1.1 and ISO/IEC 11578:1996 compliant I<Universally Unique Identifier>
 (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
 based), version 3 (name based) and version 4 (random number based).
 


ossp-pkg/uuid/uuid_cli.pod 1.2 -> 1.3

--- uuid_cli.pod 2004/01/10 20:12:46     1.2
+++ uuid_cli.pod 2004/01/11 08:54:18     1.3
@@ -53,7 +53,7 @@
 
 B<OSSP uuid> is a ISO-C application programming interface (API) and
 corresponding command line interface (CLI) for the generation of DCE
-1.1 and ISO/IEC 11578:1996 compliant I<Universally Unique Identifiers>
+1.1 and ISO/IEC 11578:1996 compliant I<Universally Unique Identifier>
 (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
 based), version 3 (name based) and version 4 (random number based).
 

CVSTrac 2.0.1