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_bus_get_fd.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_bus_get_fd.xml')
-rw-r--r-- | man/sd_bus_get_fd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_get_fd.xml b/man/sd_bus_get_fd.xml index a738f85bde..114b920c6c 100644 --- a/man/sd_bus_get_fd.xml +++ b/man/sd_bus_get_fd.xml @@ -66,7 +66,7 @@ <constant>POLLIN</constant>, <constant>POLLOUT</constant>, … events, or negative on error. </para> - <para><function>sd_bus_get_timeout()</function> returns the <emphasis>absolute</emphasis> time-out in µs, + <para><function>sd_bus_get_timeout()</function> returns the <emphasis>absolute</emphasis> time-out in μs, from which the relative time-out to pass to <function>poll()</function> (or a similar call) can be derived, when waiting for events on the specified bus connection. The returned timeout may be zero, in which case a subsequent I/O polling call should be invoked in non-blocking mode. The returned timeout may |