mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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.
This commit is contained in:
@@ -35,9 +35,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 socket specific configuration options are
|
||||
configured in the <literal>[Socket]</literal> section.</para>
|
||||
configuration items are configured in the generic [Unit] and
|
||||
[Install] sections. The socket specific configuration options are
|
||||
configured in the [Socket] section.</para>
|
||||
|
||||
<para>Additional options are listed in
|
||||
<citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
|
||||
|
||||
Reference in New Issue
Block a user