diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
commit | 1798791d24d371e78812304b3fa3ec7a87b84f98 (patch) | |
tree | 15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/sys/uuidgen.2 | |
parent | b7c8a7976f404afa621652a96d3280f3a6174e9d (diff) |
mdoc(7) police: formatting nits.
Approved by: re
Notes
Notes:
svn path=/head/; revision=107387
Diffstat (limited to 'lib/libc/sys/uuidgen.2')
-rw-r--r-- | lib/libc/sys/uuidgen.2 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2 index 726039a6d200..d2881cc47fc9 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 |