X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_id128_to_string.xml;fp=man%2Fsd_id128_to_string.xml;h=ec8b263e0d5b5def1f922845fed9ad3c93056976;hp=eda35b08b1675360c43dce2d7f38886b78b94752;hb=bb31a4ac1997c189a344caf554f34c6aabc71aa7;hpb=5b4d50efe83851fe84837db795e14b1d64be530b diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index eda35b08b..ec8b263e0 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -77,7 +77,7 @@ sd_id128_from_string() implements the reverse operation: it takes a 33 - character array with 32 hexadecimial digits + character array with 32 hexadecimal digits (terminated by NUL) and parses them back into an 128 bit ID returned in ret. @@ -89,7 +89,7 @@ When formatting a 128 bit ID into a string it is often easier to use a format string for printf3. This - is easly done using the + is easily done using the SD_ID128_FORMAT_STR and SD_ID128_FORMAT_VAL() macros. For more information see