summaryrefslogtreecommitdiffstats
path: root/libuuid
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2014-05-02 04:37:40 +0200
committerKarel Zak2014-05-06 11:56:12 +0200
commitda9389566123b310ab1ee2c02062952566631cef (patch)
tree3bad1cdff1c26543083951354933e0fcaa06cc50 /libuuid
parentlibuuid: (man/uuid_time.3) Improve the typesetting of the manual (diff)
downloadkernel-qcow2-util-linux-da9389566123b310ab1ee2c02062952566631cef.tar.gz
kernel-qcow2-util-linux-da9389566123b310ab1ee2c02062952566631cef.tar.xz
kernel-qcow2-util-linux-da9389566123b310ab1ee2c02062952566631cef.zip
libuuid: (uuid_unparse.3) Improve the typesetting of the manual
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>
Diffstat (limited to 'libuuid')
-rw-r--r--libuuid/man/uuid_unparse.36
1 files changed, 4 insertions, 2 deletions
diff --git a/libuuid/man/uuid_unparse.3 b/libuuid/man/uuid_unparse.3
index a7ab5d87a..1e0116d7a 100644
--- a/libuuid/man/uuid_unparse.3
+++ b/libuuid/man/uuid_unparse.3
@@ -45,7 +45,7 @@ The
.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 .
@@ -63,11 +63,12 @@ may be used.
.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),
@@ -77,3 +78,4 @@ ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
.BR uuid_time (3),
.BR uuid_is_null (3),
.BR uuid_parse (3)
+.ad