"This can be overriden" can be read as either the port we listen on or the address we bind to. Replace with "The port" for great clarity! --- man/ganeti-noded.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/ganeti-noded.rst b/man/ganeti-noded.rst index 63cbade..405f64f 100644 --- a/man/ganeti-noded.rst +++ b/man/ganeti-noded.rst @@ -31,8 +31,8 @@ Logging to syslog, rather than its own log file, can be enabled by passing in the ``--syslog`` option. The **ganeti-noded** daemon listens to port 1811 TCP, on all -interfaces, by default. This can be overridden by an entry the -services database (usually /etc/services) or by passing the ``-p`` +interfaces, by default. The port can be overridden by an entry the +services database (usually ``/etc/services``) or by passing the ``-p`` option. The ``-b`` option can be used to specify the address to bind to (defaults to ``0.0.0.0``). -- 1.7.3.1
