summaryrefslogtreecommitdiff
path: root/shlibs/uuid
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/uuid')
-rw-r--r--shlibs/uuid/Makefile.am2
-rw-r--r--shlibs/uuid/man/Makefile.am4
-rw-r--r--shlibs/uuid/man/uuid_generate.32
-rw-r--r--shlibs/uuid/src/compare.c4
-rw-r--r--shlibs/uuid/src/pack.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/shlibs/uuid/Makefile.am b/shlibs/uuid/Makefile.am
index 2bdef334..66fe6909 100644
--- a/shlibs/uuid/Makefile.am
+++ b/shlibs/uuid/Makefile.am
@@ -6,5 +6,5 @@ SUBDIRS = src man
pkgconfigdir = $(usrlib_execdir)/pkgconfig
pkgconfig_DATA = uuid.pc
-EXTRA_DIST = uuid.pc.in
+EXTRA_DIST = COPYING.libuuid uuid.pc.in
diff --git a/shlibs/uuid/man/Makefile.am b/shlibs/uuid/man/Makefile.am
index ffaf0241..38809522 100644
--- a/shlibs/uuid/man/Makefile.am
+++ b/shlibs/uuid/man/Makefile.am
@@ -8,5 +8,5 @@ UUID_GENERATE_LINKS = uuid_generate_random.3 uuid_generate_time.3
man_MANS = $(UUID_GENERATE_LINKS)
CLEANFILES = $(man_MANS)
-$(UUID_GENERATE_LINKS): uuid_generate.3
- echo ".so man3/uuid_generate.3" > $@
+$(UUID_GENERATE_LINKS):
+ $(AM_V_GEN)echo ".so man3/uuid_generate.3" > $@
diff --git a/shlibs/uuid/man/uuid_generate.3 b/shlibs/uuid/man/uuid_generate.3
index 11f48ffd..e1b8143f 100644
--- a/shlibs/uuid/man/uuid_generate.3
+++ b/shlibs/uuid/man/uuid_generate.3
@@ -59,7 +59,7 @@ a high-quality random number generator (i.e.,
.IR /dev/urandom )
is not available, in which case a pseudo-random
generator will be subsituted. Note that the use of a pseudo-random
-generator may compromise the uniqueness of UUID's
+generator may compromise the uniqueness of UUIDs
generated in this fashion.
.sp
The
diff --git a/shlibs/uuid/src/compare.c b/shlibs/uuid/src/compare.c
index f28a7267..8f3437a2 100644
--- a/shlibs/uuid/src/compare.c
+++ b/shlibs/uuid/src/compare.c
@@ -1,7 +1,7 @@
/*
- * compare.c --- compare whether or not two UUID's are the same
+ * compare.c --- compare whether or not two UUIDs are the same
*
- * Returns 0 if the two UUID's are different, and 1 if they are the same.
+ * Returns 0 if the two UUIDs are different, and 1 if they are the same.
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*
diff --git a/shlibs/uuid/src/pack.c b/shlibs/uuid/src/pack.c
index 097516d2..6e124766 100644
--- a/shlibs/uuid/src/pack.c
+++ b/shlibs/uuid/src/pack.c
@@ -1,5 +1,5 @@
/*
- * Internal routine for packing UUID's
+ * Internal routine for packing UUIDs
*
* Copyright (C) 1996, 1997 Theodore Ts'o.
*