From: yoe Date: Fri, 26 Oct 2007 18:01:51 +0000 (+0000) Subject: r296: Documentation updates X-Git-Url: http://git.alex.org.uk r296: Documentation updates --- diff --git a/nbd-server.1.sgml b/nbd-server.1.sgml index 95ff412..266ae43 100644 --- a/nbd-server.1.sgml +++ b/nbd-server.1.sgml @@ -57,7 +57,7 @@ manpage.1: manpage.sgml &dhpackage; - port + [ip:]port filename size @@ -92,6 +92,13 @@ manpage.1: manpage.sgml + ip + + The ip address the server should listen on. If + omitted, 0.0.0.0 (aka "any address") is used. + + + diff --git a/nbd-server.5.sgml b/nbd-server.5.sgml index fea56cf..42ecaaf 100644 --- a/nbd-server.5.sgml +++ b/nbd-server.5.sgml @@ -250,6 +250,17 @@ manpage.1: manpage.sgml + listenaddr + + Optional; string + If this option is set, it should contain the local IP + address (in "dotted-quad" notation) on which we should + listen to nbd-client(8) connections. If + it is not set, 0.0.0.0 is used (i.e., "listen on all local + IP addresses") + + + Optional; boolean.