diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-10-22 01:50:48 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-21 20:50:46 -0400 |
commit | 19aadacf92ad86967ffb678e37b2ff9e83cb9480 (patch) | |
tree | dae44c165a310295063a98b390be39de2f9d6c41 /man/systemd-socket-proxyd.xml | |
parent | 9ec9694ce3dbc137735b2992dfa305d0e5948815 (diff) |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted.
Diffstat (limited to 'man/systemd-socket-proxyd.xml')
-rw-r--r-- | man/systemd-socket-proxyd.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml index 87122f5381..9f2389a04c 100644 --- a/man/systemd-socket-proxyd.xml +++ b/man/systemd-socket-proxyd.xml @@ -46,7 +46,7 @@ <cmdsynopsis> <command>systemd-socket-proxyd</command> <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain"><replaceable>HOSTNAME-OR-IP</replaceable></arg> + <arg choice="plain"><replaceable>HOSTNAME-OR-IPADDR</replaceable></arg> <arg choice="plain"><replaceable>PORT-OR-SERVICE</replaceable></arg> </cmdsynopsis> <cmdsynopsis> @@ -67,7 +67,7 @@ for each client, and then bidirectionally forwards data between the two.</para> <para>This utility's behavior is similar to - <citerefentry><refentrytitle>socat</refentrytitle><manvolnum>1</manvolnum> </citerefentry>. + <citerefentry><refentrytitle>socat</refentrytitle><manvolnum>1</manvolnum></citerefentry>. The main differences for <command>systemd-socket-proxyd</command> are support for socket activation with <literal>Accept=false</literal> and an event-driven @@ -98,9 +98,9 @@ <listitem> <para>Skips verification of the expected PID and file - descriptor numbers. Use if + descriptor numbers. Use this if invoked indirectly, for - example with a shell script + example, with a shell script rather than with <option>ExecStart=/usr/lib/systemd/systemd-socket-proxyd</option> </para> @@ -110,7 +110,7 @@ </refsect1> <refsect1> <title>Exit status</title> - <para>On success 0 is returned, a non-zero failure + <para>On success, 0 is returned, a non-zero failure code otherwise.</para> </refsect1> <refsect1> |