diff options
Diffstat (limited to 'man/systemd-activate.xml')
-rw-r--r-- | man/systemd-activate.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/man/systemd-activate.xml b/man/systemd-activate.xml index 717f5c0c28..cde4263c3c 100644 --- a/man/systemd-activate.xml +++ b/man/systemd-activate.xml @@ -144,20 +144,19 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </refsect1> <refsect1> - <title>Example 1</title> + <title>Examples</title> - <programlisting>$ /usr/lib/systemd/systemd-activate -l 2000 -a cat</programlisting> + <example> + <title>Run an echo server on port 2000</title> - <para>This runs an echo server on port 2000.</para> - </refsect1> - - <refsect1> - <title>Example 2</title> + <programlisting>$ /usr/lib/systemd/systemd-activate -l 2000 -a cat</programlisting> + </example> - <programlisting>$ /usr/lib/systemd/systemd-activate -l 19531 /usr/lib/systemd/systemd-journal-gatewayd</programlisting> + <example> + <title>Run a socket activated instance of <citerefentry><refentrytitle>systemd-journal-gatewayd</refentrytitle><manvolnum>8</manvolnum></citerefentry></title> - <para>This runs a socket activated instance of - <citerefentry><refentrytitle>systemd-journal-gatewayd</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + <programlisting>$ /usr/lib/systemd/systemd-activate -l 19531 /usr/lib/systemd/systemd-journal-gatewayd</programlisting> + </example> </refsect1> <refsect1> |