X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsd_bus_message_get_monotonic_usec.xml;h=683931c4da809716aa8e7392cbb8500d1b950b30;hb=22fdeadcc06e95fe41ac4de872ec245c0887547f;hp=57b115c63a028ac053f18514587b2e9918358fae;hpb=3736955368e8a3a24962f5fdd25cce3281885c30;p=elogind.git diff --git a/man/sd_bus_message_get_monotonic_usec.xml b/man/sd_bus_message_get_monotonic_usec.xml index 57b115c63..683931c4d 100644 --- a/man/sd_bus_message_get_monotonic_usec.xml +++ b/man/sd_bus_message_get_monotonic_usec.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + sd_bus_message_get_monotonic_usec @@ -55,20 +55,20 @@ int sd_bus_message_get_monotonic_usec - sd_bus_message* message - uint64_t* usec + sd_bus_message *message + uint64_t *usec int sd_bus_message_get_realtime_usec - sd_bus_message* message - uint64_t* usec + sd_bus_message *message + uint64_t *usec int sd_bus_message_get_seqnum - sd_bus_message* message - uint64_t* seqnum + sd_bus_message *message + uint64_t *seqnum @@ -104,7 +104,7 @@ These timestamps and the sequence number are attached to each message by the kernel and cannot be - manipulated by the sending userspace. + manipulated by the sender. Note that these timestamps are only available on some bus transports, and only after support for them