diff options
Diffstat (limited to 'man/systemd-delta.xml')
-rw-r--r-- | man/systemd-delta.xml | 12 |
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> |