summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-30 12:04:36 +0000
committerru <ru@FreeBSD.org>2002-05-30 12:04:36 +0000
commit0335ae6463a97af0d0512fa03cf0a903b592ad08 (patch)
tree8766769674709df1429ff4acd329cf3fdde825d9 /lib
parent076eac46ef88233b89d2e3e5c9f383f47c572c6b (diff)
downloadFreeBSD-src-0335ae6463a97af0d0512fa03cf0a903b592ad08.zip
FreeBSD-src-0335ae6463a97af0d0512fa03cf0a903b592ad08.tar.gz
mdoc(7) police: kill hard sentence break.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/uuidgen.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2
index 9d6a522..61b2fe0 100644
--- a/lib/libc/sys/uuidgen.2
+++ b/lib/libc/sys/uuidgen.2
@@ -45,7 +45,8 @@ universally unique identifiers (UUIDs) and writes them to the buffer
pointed to by
.Fa store .
The identifiers are generated according to the syntax and semantics of the
-DCE version 1 variant of universally unique identifiers. When no IEEE 802
+DCE version 1 variant of universally unique identifiers.
+When no IEEE 802
address is available for the node field a random multicast address is
generated for each call.
.Pp
@@ -55,9 +56,8 @@ system call will generate identifiers that are adjacent in time.
.Pp
Universally unique identifiers, also known as globally unique identifiers,
are normally represented as:
-.Bd -literal -offset indent
-63d81915-7140-11d6-903d-00022d09712b
-.Ed
+.Pp
+.Dl 63d81915-7140-11d6-903d-00022d09712b
.Sh RETURN VALUES
.Rv -std
.Sh ERRORS
OpenPOWER on IntegriCloud