From 1db8c66f2e500272cb5582f9087b8e2a123aee10 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sun, 12 Oct 2014 00:37:23 +0200 Subject: man: use instead of multiple for examples --- man/systemd-activate.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'man/systemd-activate.xml') 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 . - Example 1 + Examples - $ /usr/lib/systemd/systemd-activate -l 2000 -a cat + + Run an echo server on port 2000 - This runs an echo server on port 2000. - - - - Example 2 + $ /usr/lib/systemd/systemd-activate -l 2000 -a cat + - $ /usr/lib/systemd/systemd-activate -l 19531 /usr/lib/systemd/systemd-journal-gatewayd + + Run a socket activated instance of <citerefentry><refentrytitle>systemd-journal-gatewayd</refentrytitle><manvolnum>8</manvolnum></citerefentry> - This runs a socket activated instance of - systemd-journal-gatewayd8. + $ /usr/lib/systemd/systemd-activate -l 19531 /usr/lib/systemd/systemd-journal-gatewayd + -- cgit v1.2.3-54-g00ecf