diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-06-14 10:13:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-06-14 10:23:56 +0200 |
commit | e503019bc71c33495ddd7e4270c73f1f0a366834 (patch) | |
tree | 9812502b9d4f12993b6d9ff5d3ff2af7cd0c3d8c /man/sd_notify.xml | |
parent | time-util,socket: accept both kinds of unicode µ symbols (diff) | |
download | systemd-e503019bc71c33495ddd7e4270c73f1f0a366834.tar.xz systemd-e503019bc71c33495ddd7e4270c73f1f0a366834.zip |
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Doesn't really matter since the two unicode symbols are supposedly
equivalent, but let's better follow the unicode recommendations to
prefer greek small letter mu, as per:
https://www.unicode.org/reports/tr25
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 89f1729b13..a286beaf45 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -140,7 +140,7 @@ <term>MONOTONIC_USEC=…</term> <listitem><para>A field carrying the monotonic timestamp (as per - <constant>CLOCK_MONOTONIC</constant>) formatted in decimal in µs, when the notification message was + <constant>CLOCK_MONOTONIC</constant>) formatted in decimal in μs, when the notification message was generated by the client. This is typically used in combination with <literal>RELOADING=1</literal>, to allow the service manager to properly synchronize reload cycles. See <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> |