On Fri, Feb 01, 2013 at 02:47:28PM +0100, Michele Tartara wrote: > Add a missing "in". > > Signed-off-by: Michele Tartara <mtart...@google.com> > --- > man/ganeti-noded.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/ganeti-noded.rst b/man/ganeti-noded.rst > index d2b53cc..b19271b 100644 > --- a/man/ganeti-noded.rst > +++ b/man/ganeti-noded.rst > @@ -31,7 +31,7 @@ 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. The port can be overridden by an entry the > +interfaces, by default. The port can be overridden by an entry in 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``).
LGTM, thanks. iustin