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.target.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.target.xml')
-rw-r--r-- | man/systemd.target.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.target.xml b/man/systemd.target.xml index 3052b17786..a706a4588a 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -34,8 +34,8 @@ <para>This unit type has no specific options. 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. A separate <literal>[Target]</literal> section does not exist, + configuration items are configured in the generic [Unit] and + [Install] sections. A separate [Target] section does not exist, since no target-specific options may be configured.</para> <para>Target units do not offer any additional functionality on |