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;h=ec8b263e0d5b5def1f922845fed9ad3c93056976;hp=3a171550e987b3c515d24aa08fbd4d513a5c97dd;hb=20155530437b6b564e60b6b8cf1a69f1bad78c37;hpb=12355095821fc17529af5b6eaefa31c3c520be39 diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index 3a171550e..ec8b263e0 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -77,23 +77,23 @@ 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. For more information about the sd_id128_t type see - sd-id1287. + sd-id1283. 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 - sd-id1287. + sd-id1283. @@ -123,7 +123,7 @@ systemd1, - sd-id1287, + sd-id1283, printf3