diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-11-11 09:17:08 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-11-11 09:17:08 -0500 |
commit | 2b51bd3c9bac2a8064e5d4779ab13168a2d5b05a (patch) | |
tree | 622f60646a2e451fe35c017e14b41de8a98f9104 | |
parent | 22925e1a250625e44c46a72fcdca400ab77a9ef0 (diff) |
udev.xml: add missing </para> tag
-rw-r--r-- | man/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/udev.xml b/man/udev.xml index 4b87f9d953..d157b8c433 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -758,7 +758,7 @@ used to override a system-supplied link file with a local file if needed; a symlink in <filename>/etc</filename> with the same name as a link file in <filename>/lib</filename>, pointing to <filename>/dev/null</filename>, - disables the link file entirely. + disables the link file entirely.</para> <para>The link file contains a <literal>[Match]</literal> section, which determines if a given link file may be applied to a given device; and a |