summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Strauss <david@davidstrauss.net>2015-03-24 12:25:56 -0700
committerDavid Strauss <david@davidstrauss.net>2015-03-24 12:25:56 -0700
commitea5bbe3467c4b0c804c1cdc7b0fcb0c9f00845a2 (patch)
tree4b520b7264d646b2f26282977acbba2fe7ac9888 /man
parentc6e20ceb09497d842f41ef9b0da553930efbe49d (diff)
man: Second example systemd-socket-proxyd does not need a Unix socket listener.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-socket-proxyd.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml
index 0b852e6bc..ae4217b91 100644
--- a/man/systemd-socket-proxyd.xml
+++ b/man/systemd-socket-proxyd.xml
@@ -165,7 +165,6 @@ PrivateNetwork=yes]]></programlisting>
<programlisting><![CDATA[[...]
server {
listen 8080;
- listen unix:/tmp/nginx.sock;
[...]]]></programlisting>
</example>
<example>