diff options
author | Shawn Landden <shawnlandden@gmail.com> | 2013-08-21 09:56:58 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-23 12:48:14 -0400 |
commit | ac8e20c6e95975316279740778f381ad50a1a21a (patch) | |
tree | 2ed19d114a5bfe1a217ff5410c650574892fd799 | |
parent | 7c902b146815a74796bb65d34b27b036d88cba81 (diff) |
man: make reference to bind(2) explicit
-rw-r--r-- | man/systemd.socket.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 852010bfaa..1fc28c54e4 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -510,7 +510,7 @@ <varlistentry> <term><varname>ReusePort=</varname></term> <listitem><para>Takes a boolean - value. If true, allows multiple bind()s + value. If true, allows multiple <citerefentry><refentrytitle>bind</refentrytitle><manvolnum>2</manvolnum></citerefentry>s to this TCP or UDP port. This controls the SO_REUSEPORT socket option. See |