summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/uuidgen.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/uuidgen.2')
-rw-r--r--lib/libc/sys/uuidgen.215
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2
index 726039a..d2881cc 100644
--- a/lib/libc/sys/uuidgen.2
+++ b/lib/libc/sys/uuidgen.2
@@ -75,22 +75,21 @@ struct uuid {
uint8_t node[_UUID_NODE_LEN];
};
.Ed
-.Pp
-.Bl -tag -width _clock_seq_hi_and_reserved_
-.It time_low
+.Bl -tag -width ".Va clock_seq_hi_and_reserved"
+.It Va time_low
The least significant 32 bits of a 60-bit timestamp.
This field is stored in the native byte-order.
-.It time_mid
+.It Va time_mid
The least significant 16 bits of the most significant 28 bits of the 60-bit
timestamp.
This field is stored in the native byte-order.
-.It time_hi_and_reserved
+.It Va time_hi_and_reserved
The most significant 12 bits of the 60-bit timestamp multiplexed with a 4-bit
version number.
The version number is stored in the most significant 4 bits of the 16-bit
field.
This field is stored in the native byte-order.
-.It clock_seq_hi_and_reserved
+.It Va clock_seq_hi_and_reserved
The most significant 6 bits of a 14-bit sequence number multiplexed with a
2-bit variant value.
Note that the width of the variant value is determined by the variant itself.
@@ -98,9 +97,9 @@ Identifiers generated by the
.Nm
system call have variant value 10b.
the variant value is stored in the most significant bits of the field.
-.It clock_seq_low
+.It Va clock_seq_low
The least significant 8 bits of a 14-bit sequence number.
-.It node
+.It Va node
The 6-byte IEEE 802 (MAC) address of one of the interfaces of the node.
If no such interface exists, a random multi-cast address is used instead.
.El
OpenPOWER on IntegriCloud