diff options
author | Philip Withnall <withnall@endlessm.com> | 2019-06-12 10:08:53 +0200 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2019-06-12 11:39:50 +0200 |
commit | f627573031fe4e7d13fab402b7e27e84a00acef8 (patch) | |
tree | cf52ef8339f8babf844d1f03260309b57ec515aa /man/systemd.target.xml | |
parent | man: Fix typo in sd_notify man page (diff) | |
download | systemd-f627573031fe4e7d13fab402b7e27e84a00acef8.tar.xz systemd-f627573031fe4e7d13fab402b7e27e84a00acef8.zip |
man: Add missing <literal> tags in various man pages
A minor formatting improvement brought to you by the wonders of `git
grep`.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
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 a706a4588a..3052b17786 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 [Unit] and - [Install] sections. A separate [Target] section does not exist, + configuration items are configured in the generic <literal>[Unit]</literal> and + <literal>[Install]</literal> sections. A separate <literal>[Target]</literal> section does not exist, since no target-specific options may be configured.</para> <para>Target units do not offer any additional functionality on |