diff options
author | yar <yar@FreeBSD.org> | 2003-06-27 13:41:29 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-06-27 13:41:29 +0000 |
commit | af2693c2fbc79610453a2ac7c3523f25e51e6db9 (patch) | |
tree | b4a2ec3b03956873518ab08d928001acb3da1f32 /lib/libc | |
parent | a82f10f6c9dbb0e3f1679ffde154f7c9fec9fca4 (diff) | |
download | FreeBSD-src-af2693c2fbc79610453a2ac7c3523f25e51e6db9.zip FreeBSD-src-af2693c2fbc79610453a2ac7c3523f25e51e6db9.tar.gz |
Correct a misspelled name of time_hi_and_version.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/uuidgen.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2 index 5cb87ee..8f29e8e 100644 --- a/lib/libc/sys/uuidgen.2 +++ b/lib/libc/sys/uuidgen.2 @@ -83,7 +83,7 @@ This field is stored in the native byte-order. 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 Va time_hi_and_reserved +.It Va time_hi_and_version 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 |