diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-09 18:16:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-09 18:16:21 +0100 |
commit | 6c9e781ebadda6c92ef88c4c5348948076f16340 (patch) | |
tree | cc888be56de70a309cf89dbea0e2b07012ba4586 /man/libudev.xml | |
parent | e8b4b135e5940a76d66af013b69234bc5d2db6a4 (diff) | |
parent | 7ca4155737730ece73ae4b4ac80571005cb99b69 (diff) |
Merge pull request #1799 from jengelh/doc
doc: typo and ortho fixes
Diffstat (limited to 'man/libudev.xml')
-rw-r--r-- | man/libudev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/libudev.xml b/man/libudev.xml index 5660b9d990..7ef978463c 100644 --- a/man/libudev.xml +++ b/man/libudev.xml @@ -75,7 +75,7 @@ a udev context. Furthermore, multiple different udev contexts can be used in parallel by multiple threads. However, a single context must not be accessed by multiple threads in parallel. The caller - is responsible of providing suitable locking if they intend to use + is responsible for providing suitable locking if they intend to use it from multiple threads.</para> <para>To introspect a local device on a system, a udev device @@ -99,11 +99,11 @@ <para>Furthermore, libudev also exports legacy APIs that should not be used by new software (and as such are not documented as - part of this manual). This includes the hardware-database known + part of this manual). This includes the hardware database known as <constant>udev_hwdb</constant> (please use the new <citerefentry><refentrytitle>sd-hwdb</refentrytitle><manvolnum>3</manvolnum></citerefentry> API instead) and the <constant>udev_queue</constant> object to - query the udev-daemon (which should not be used by new software + query the udev daemon (which should not be used by new software at all).</para> </refsect1> |