X Tutup
Skip to content

Commit bdac560

Browse files
committed
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.
1 parent e9dd698 commit bdac560

33 files changed

+250
-285
lines changed

man/coredump.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<title>Options</title>
5050

5151
<para>All options are configured in the
52-
<literal>[Coredump]</literal> section:</para>
52+
[Coredump] section:</para>
5353

5454
<variablelist class='config-directives'>
5555

man/daemon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
special target unit <filename>sockets.target</filename>. It is
358358
recommended to place a
359359
<varname>WantedBy=sockets.target</varname> directive in the
360-
<literal>[Install]</literal> section to automatically add such a
360+
[Install] section to automatically add such a
361361
dependency on installation of a socket unit. Unless
362362
<varname>DefaultDependencies=no</varname> is set, the necessary
363363
ordering dependencies are implicitly created for all socket
@@ -520,7 +520,7 @@
520520
operating system-independent.</para></listitem>
521521

522522
<listitem><para>Make sure to include an
523-
<literal>[Install]</literal> section including installation
523+
[Install] section including installation
524524
information for the unit file. See
525525
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
526526
for details. To activate your service on boot, make sure to

man/homed.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<refsect1>
4343
<title>Options</title>
4444

45-
<para>The following options are available in the <literal>[Home]</literal> section:</para>
45+
<para>The following options are available in the [Home] section:</para>
4646

4747
<variablelist class='home-directives'>
4848

man/journal-remote.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<title>Options</title>
5050

5151
<para>All options are configured in the
52-
<literal>[Remote]</literal> section:</para>
52+
[Remote] section:</para>
5353

5454
<variablelist class='config-directives'>
5555
<varlistentry>

man/journal-upload.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<refsect1>
4444
<title>Options</title>
4545

46-
<para>All options are configured in the <literal>[Upload]</literal> section:</para>
46+
<para>All options are configured in the [Upload] section:</para>
4747

4848
<variablelist class='config-directives'>
4949
<varlistentry>

man/journald.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<title>Options</title>
5454

5555
<para>All options are configured in the
56-
<literal>[Journal]</literal> section:</para>
56+
[Journal] section:</para>
5757

5858
<variablelist class='config-directives'>
5959

man/logind.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<title>Options</title>
4747

4848
<para>All options are configured in the
49-
<literal>[Login]</literal> section:</para>
49+
[Login] section:</para>
5050

5151
<variablelist class='config-directives'>
5252

man/networkd.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<refsect1>
4646
<title>[Network] Section Options</title>
4747

48-
<para>The following options are available in the <literal>[Network]</literal> section:</para>
48+
<para>The following options are available in the [Network] section:</para>
4949

5050
<variablelist class='network-directives'>
5151
<varlistentry>

man/pstore.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<title>Options</title>
4545

4646
<para>All options are configured in the
47-
<literal>[PStore]</literal> section:</para>
47+
[PStore] section:</para>
4848

4949
<variablelist class='config-directives'>
5050

man/resolved.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<refsect1>
4242
<title>Options</title>
4343

44-
<para>The following options are available in the <literal>[Resolve]</literal> section:</para>
44+
<para>The following options are available in the [Resolve] section:</para>
4545

4646
<variablelist class='network-directives'>
4747

0 commit comments

Comments
 (0)
X Tutup