summaryrefslogtreecommitdiff
path: root/man/systemd-delta.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-14 15:56:19 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-14 15:56:19 +0100
commit9fccdb0f64d12bc09a71442dd0af2248c1aa3e89 (patch)
treeaca201d5e65bac4bcbe697e6f075378b3c01413a /man/systemd-delta.xml
parent6046278f405b3ebaf84fcf17f6e834c4c4bd6a42 (diff)
downloadsystemd-9fccdb0f64d12bc09a71442dd0af2248c1aa3e89.tar.gz
man: always place <programlisting> and </programlisting> in a line with actual sources, so that we don't get spurious newlines in the man page output
Diffstat (limited to 'man/systemd-delta.xml')
-rw-r--r--man/systemd-delta.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index ebaa3492f4..f802aa5eb9 100644
--- a/man/systemd-delta.xml
+++ b/man/systemd-delta.xml
@@ -204,20 +204,16 @@
<title>Examples</title>
<para>To see all local configuration:</para>
- <programlisting>systemd-delta
- </programlisting>
+ <programlisting>systemd-delta</programlisting>
<para>To see all runtime configuration:</para>
- <programlisting>systemd-delta /run
- </programlisting>
+ <programlisting>systemd-delta /run</programlisting>
<para>To see all system unit configuration changes:</para>
- <programlisting>systemd-delta systemd/system
- </programlisting>
+ <programlisting>systemd-delta systemd/system</programlisting>
<para>To see all runtime "drop-in" changes for system units:</para>
- <programlisting>systemd-delta --type=extended /run/systemd/system
- </programlisting>
+ <programlisting>systemd-delta --type=extended /run/systemd/system</programlisting>
</refsect1>
<refsect1>