summaryrefslogtreecommitdiffstats
path: root/shlibs/uuid
diff options
context:
space:
mode:
authorBenno Schulenberg2010-06-10 14:04:26 +0200
committerKarel Zak2010-06-14 11:13:51 +0200
commit333ec74962a34a3fcc5a1f233012dba86a1cf72b (patch)
tree7207ad0b96b40ea9950ef4bbde5942e10e6e7ea2 /shlibs/uuid
parentbuild-sys: minor changes for GNU/Hurd (diff)
downloadkernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.tar.gz
kernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.tar.xz
kernel-qcow2-util-linux-333ec74962a34a3fcc5a1f233012dba86a1cf72b.zip
uuidd: spell the plural of "UUID" consistently as "UUIDs"
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'shlibs/uuid')
-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
3 files changed, 4 insertions, 4 deletions
diff --git a/shlibs/uuid/man/uuid_generate.3 b/shlibs/uuid/man/uuid_generate.3
index 11f48ffdc..e1b8143f9 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 f28a72678..8f3437a2d 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 097516d2e..6e1247669 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.
*