diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-27 20:55:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-28 18:42:18 +0100 |
commit | 07504d6b152084040e48f7657b0f56f364003334 (patch) | |
tree | c7aac2b8ded4470605b8f9f50fddeed83f5cfc3a /man | |
parent | 486cd82c8f7642016895b72bcc09a1bfe885a783 (diff) |
Revert "socket-proxyd: Add --listener option for listener/destination pairs."
This reverts commit adcf4c81c58511b67644e17fa743d1729d3c9ccf.
We have a better solution for the problem of making two processes run in
the same namespace, and --listener is not needed hence and should be
dropped.
Conflicts:
man/systemd-socket-proxyd.xml
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-socket-proxyd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml index 4eb13e4d25..ffa94f4c1b 100644 --- a/man/systemd-socket-proxyd.xml +++ b/man/systemd-socket-proxyd.xml @@ -59,7 +59,7 @@ <para> <command>systemd-socket-proxyd</command> is a generic socket-activated network socket forwarder proxy daemon - for IPV4, IPv6 and UNIX stream sockets. It may be used + for IPv4, IPv6 and UNIX stream sockets. It may be used to bi-directionally forward traffic from a local listening socket to a local or remote destination socket.</para> |