diff options
author | ru <ru@FreeBSD.org> | 2002-12-09 12:47:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-09 12:47:18 +0000 |
commit | fe879635b24d903252ca407a7383aebf83274b5c (patch) | |
tree | 8fe4878a8dd4c6602773d8bcec10ff0700293edf /lib | |
parent | f9f2ca15a56b564a750bc3ffe392482f94bb4f54 (diff) | |
download | FreeBSD-src-fe879635b24d903252ca407a7383aebf83274b5c.zip FreeBSD-src-fe879635b24d903252ca407a7383aebf83274b5c.tar.gz |
mdoc(7) police: nits.
Approved by: re
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/uuid/uuid.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index caf5deb..946888d 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -77,9 +77,10 @@ A 16-bit hash value can be obtained by calling The successful or unsuccessful completion of the function is returned in the .Fa status -parameter. Possible values are: +parameter. +Possible values are: .Pp -.Bl -tag -width uuid_s_invalid_string_uuid +.Bl -tag -width ".Dv uuid_s_invalid_string_uuid" .It Dv uuid_s_ok The function completed successfully. .It Dv uuid_s_bad_version |