summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-06 11:00:06 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-06 11:29:05 +0200
commitbdac560801ac01af616c127ba603a4b2d7d54c47 (patch)
treecaabc7c348e60e50b5fe687db39d25686fda17df /man/systemd.link.xml
parente9dd6984076389e8cfa15b72bc62187544e49b61 (diff)
downloadsystemd-bdac560801ac01af616c127ba603a4b2d7d54c47.tar.gz
tree-wide: drop quotes from around [section]
For users, the square brackets already serve as markup and clearly delineate the section name from surrounding text. Putting additional markup around that only adds clutter. Also, we were very inconsistent in using the quotes. Let's just drop them altogether.
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index d7724a0a59..dc59ee4e9a 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -64,8 +64,8 @@
<title>[Match] Section Options</title>
<para>A link file is said to match a device if all matches specified by the
- <literal>[Match]</literal> section are satisfied. When a link file does not contain valid settings
- in <literal>[Match]</literal> section, then the file will match all devices and
+ [Match] section are satisfied. When a link file does not contain valid settings
+ in [Match] section, then the file will match all devices and
<command>systemd-udevd</command> warns about that. Hint: to avoid the warning and to make it clear
that all interfaces shall be matched, add the following:
<programlisting>OriginalName=*</programlisting>