Commit graph

7 commits

Author SHA1 Message Date
Michael Trapp
3cfba7d39b libuuid: Implement continuous clock handling for time based UUIDs
In a uuidd setup, the daemon is a singleton and can maintain it's own
resources for time based UUID generation. This requires a dedicated
'clock sequence range' but does not need any further lock/update of
the LIBUUID_CLOCK_FILE from uuidd. The range of available clock values
is extended by a continuous handling of the clock updates - instead of
updating the value to the current timestamp, it is incremented by
the number of requested UUIDs.
2022-07-07 13:00:35 +02:00
Mario Blättermann
2b2d317242 man pages: unify output of --help and --version 2022-02-01 20:49:24 +01:00
Mario Blättermann
e674323904 Man pages: Fix end extend formatting 2021-09-21 20:48:11 +02:00
Karel Zak
625e9c61e8 build-sys: make man pages location independent
We need to evaluate "include::" directive relatively to project
top-level source directory rather than to the current document
location.

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-03-31 11:50:47 +02:00
Mario Blättermann
2c646c80d8 Asciidoc: Review misc-utils man pages 2021-03-23 20:07:15 +01:00
Mario Blättermann
295b3979d9 Asciidoc: Add Po4a hint to file headers 2021-03-20 16:42:47 +01:00
Mario Blättermann
6c64d12d13 Asciidoc: Import misc-utils man pages 2021-03-19 17:12:57 +01:00