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=e70c80892e77cb13584d66eb3b900a26f6cec38f;hb=47f94046d2208b0ca48928df3ac3bce803361f23;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml index e70c80892..11bee6919 100644 --- a/man/sd_id128_to_string.xml +++ b/man/sd_id128_to_string.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_id128_to_string - systemd + elogind @@ -50,7 +50,7 @@ - #include <systemd/sd-id128.h> + #include <elogind/sd-id128.h> char *sd_id128_to_string @@ -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 @@ -115,7 +113,7 @@ sd_id128_from_string() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libelogind pkg-config1 file. @@ -123,7 +121,7 @@ See Also - systemd1, + elogind8, sd-id1283, printf3