diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-29 12:09:14 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-02 23:06:22 -0400 |
commit | 05cc726731c5cec952722f1c14acb08e3d4d5e98 (patch) | |
tree | ff2fa1545aa2b02e2102f1f4e769e8063d5a50dd /man/sd_id128_to_string.xml | |
parent | e9dd9f9547350c7dc0473583b5c2228dc8f0ab76 (diff) |
man: add more formatting markup
Diffstat (limited to 'man/sd_id128_to_string.xml')
-rw-r--r-- | man/sd_id128_to_string.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index 3da5b70f80..71cf82a6cd 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -72,14 +72,15 @@ formats a 128-bit ID as a character string. It expects the ID and a string array capable of storing 33 characters. The ID will be formatted as 32 lowercase - hexadecimal digits and be terminated by a NUL - byte.</para> + hexadecimal digits and be terminated by a + <constant>NUL</constant> byte.</para> <para><function>sd_id128_from_string()</function> implements the reverse operation: it takes a 33 - character string with 32 hexadecimal digits - (either lowercase or uppercase, terminated by NUL) and - parses them back into a 128-bit ID returned in + character string with 32 hexadecimal digits (either + lowercase or uppercase, terminated by + <constant>NUL</constant>) and parses them back into a + 128-bit ID returned in <parameter>ret</parameter>. Alternatively, this call can also parse a 37-character string with a 128-bit ID formatted as RFC UUID.</para> |