diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 11:00:06 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 11:29:05 +0200 |
commit | bdac560801ac01af616c127ba603a4b2d7d54c47 (patch) | |
tree | caabc7c348e60e50b5fe687db39d25686fda17df /man/systemd.path.xml | |
parent | tree-wide: fixes for assorted grammar and spelling issues (diff) | |
download | systemd-bdac560801ac01af616c127ba603a4b2d7d54c47.tar.xz systemd-bdac560801ac01af616c127ba603a4b2d7d54c47.zip |
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.path.xml')
-rw-r--r-- | man/systemd.path.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index f6fe3d8388..604bf494ba 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -34,9 +34,9 @@ this unit type. See <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> for the common options of all unit configuration files. The common - configuration items are configured in the generic <literal>[Unit]</literal> and - <literal>[Install]</literal> sections. The path specific configuration options are - configured in the <literal>[Path]</literal> section.</para> + configuration items are configured in the generic [Unit] and + [Install] sections. The path specific configuration options are + configured in the [Path] section.</para> <para>For each path file, a matching unit file must exist, describing the unit to activate when the path changes. By default, |