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/sysupdate.d.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/sysupdate.d.xml')
-rw-r--r-- | man/sysupdate.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index 260c260f98..1987e649ae 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -375,7 +375,7 @@ <row> <entry><literal>@t</literal></entry> <entry>File modification time</entry> - <entry>Formatted decimal integer, µs since UNIX epoch Jan 1st 1970</entry> + <entry>Formatted decimal integer, μs since UNIX epoch Jan 1st 1970</entry> <entry>Only relevant if target resource type chosen as <constant>regular-file</constant></entry> </row> |