Change '\-' (minus) to '-' (code "hyphen-minus", rendered with the
glyph 'hyphen' in troff), if it is a part of a compound word.
Use \e to print the escape character, instead of \\, as \e is not
interpreted in copy mode
Protect a full stop (.), that begins or ends a string, with \&
Inhibit right adjusting for the section "SEE ALSO" with ".na/.ad", or
use '.ad l' for the entire manual
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
.B uuid_unparse
function converts the supplied UUID
.I uu
-from the binary representation into a 36\-byte string (plus tailing '\\0')
+from the binary representation into a 36-byte string (plus tailing '\e0')
of the form 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 and stores this
value in the character string pointed to by
.IR out .
.SH "CONFORMING TO"
OSF DCE 1.1
.SH AUTHOR
-Theodore Y. Ts'o
+Theodore Y.\& Ts'o
.SH AVAILABILITY
.B libuuid
is part of the util-linux package since version 2.15.1 and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
+.na
.SH "SEE ALSO"
.BR uuid (3),
.BR uuid_clear (3),
.BR uuid_time (3),
.BR uuid_is_null (3),
.BR uuid_parse (3)
+.ad