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=11bee6919a7e53aeeca4e70c355184827b6335f9;hp=afbf82c37f8889b4adc6f81cb4f1077b1b114557;hb=47f94046d2208b0ca48928df3ac3bce803361f23;hpb=1532f28b7cf3e6e02e74691450b2b5379be6b805;ds=sidebyside diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index afbf82c37..11bee6919 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -74,13 +74,11 @@ lowercase hexadecimal digits and be terminated by a NUL byte. - sd_id128_from_string() 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 ret. Alternatively, this call - can also parse a 37-character string with a 128-bit ID formatted - as RFC UUID. + sd_id128_from_string() 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 ret. Alternatively, this call can also parse a + 37-character string with a 128-bit ID formatted as RFC UUID. If ret is passed as NULL the + function will validate the passed ID string, but not actually return it in parsed form. For more information about the sd_id128_t type see @@ -123,7 +121,7 @@ See Also - elogind1, + elogind8, sd-id1283, printf3