From: Shawn Landden Date: Wed, 21 Aug 2013 16:56:58 +0000 (-0700) Subject: man: make reference to bind(2) explicit X-Git-Tag: v207~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac8e20c6e95975316279740778f381ad50a1a21a man: make reference to bind(2) explicit --- diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 852010bfa..1fc28c54e 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -510,7 +510,7 @@ ReusePort= Takes a boolean - value. If true, allows multiple bind()s + value. If true, allows multiple bind2s to this TCP or UDP port. This controls the SO_REUSEPORT socket option. See