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/systemd-coredump.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/systemd-coredump.xml')
-rw-r--r-- | man/systemd-coredump.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index c92a250ca2..4c98c6771a 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -192,7 +192,7 @@ COREDUMP_FILENAME=/var/lib/systemd/coredump/core.Web….552351.….zst <varlistentry> <term><varname>COREDUMP_TIMESTAMP=</varname></term> - <listitem><para>The time of the crash as reported by the kernel (in µs since the epoch).</para> + <listitem><para>The time of the crash as reported by the kernel (in μs since the epoch).</para> </listitem> </varlistentry> |