X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_id128_randomize.xml;fp=man%2Fsd_id128_randomize.xml;h=0000000000000000000000000000000000000000;hp=ab449d29378cd6c38d9f55db2e55093a23d4d4ac;hb=d3ad6bf3a64b4f13cb9a780c833e763afcff6085;hpb=140b399e33a9995b8bdb7afadf6aa08b632cb91b diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml deleted file mode 100644 index ab449d293..000000000 --- a/man/sd_id128_randomize.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - sd_id128_randomize - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - sd_id128_randomize - 3 - - - - sd_id128_randomize - Generate 128-bit IDs - - - - - #include <systemd/sd-id128.h> - - - int sd_id128_randomize - sd_id128_t *ret - - - - - - - Description - - sd_id128_randomize() generates a new - randomized 128-bit ID and returns it in - ret. Every invocation returns a new - randomly generated ID. This uses the - /dev/urandom kernel random number - generator. - - Note that sd_id128_randomize() always - returns a UUID v4-compatible ID. - - For more information about the sd_id128_t - type, see - sd-id1283. - - journalctl1's - option may be used as a command line - front-end for sd_id128_randomize(). - - - - Return Value - - The call returns 0 on success (in which case - ret is filled in), or a negative - errno-style error code. - - - - Notes - - The sd_id128_randomize() interface is - available as a shared library, which can be compiled and linked to - with the - libsystemd pkg-config1 - file. - - - - See Also - - - systemd1, - sd-id1283, - machine-id5, - random4, - sd_id128_get_machine3 - - - -