X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_get_cutoff_realtime_usec.xml;h=6df4b26e6fe0e2758d802a860ea02b019835cac5;hp=d987011a8b1452c17d5d5a5eab8ff93a004f2d51;hb=a52ec8ed881537627869afa8f0486db7e20ce2db;hpb=1e158d273bb63883566358cbb886cd4167421df6 diff --git a/man/sd_journal_get_cutoff_realtime_usec.xml b/man/sd_journal_get_cutoff_realtime_usec.xml index d987011a8..6df4b26e6 100644 --- a/man/sd_journal_get_cutoff_realtime_usec.xml +++ b/man/sd_journal_get_cutoff_realtime_usec.xml @@ -54,17 +54,17 @@ int sd_journal_get_cutoff_realtime_usec - sd_journal* j - uint64_t* from - uint64_t* to + sd_journal *j + uint64_t *from + uint64_t *to int sd_journal_get_cutoff_monotonic_usec - sd_journal* j + sd_journal *j sd_id128_t boot_id - uint64_t* from - uint64_t* to + uint64_t *from + uint64_t *to @@ -77,7 +77,7 @@ gets the realtime (wallclock) timestamps of the first and last entries accessible in the journal. It takes three arguments: the journal context object and two - pointers to 64 Bit unsigned integers to store the + pointers to 64-bit unsigned integers to store the timestamps in. The timestamps are in microseconds since the epoch, i.e. CLOCK_REALTIME. Either one @@ -88,8 +88,8 @@ sd_journal_get_cutoff_monotonic_usec() gets the monotonic timestamps of the first and last entries accessible in the journal. It takes three - arguments: the journal context object, a 128 Bit - identifier for the boot, and two pointers to 64 Bit + arguments: the journal context object, a 128-bit + identifier for the boot, and two pointers to 64-bit unsigned integers to store the timestamps. The timestamps are in microseconds since boot-up of the specific boot, @@ -122,9 +122,9 @@ sd_journal_get_cutoff_realtime_usec() and sd_journal_get_cutoff_monotonic_usec() - interfaces are available as shared library, which can + interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-journal pkg-config1 + libsystemd pkg-config1 file.