From 90869b3eea780f07c704bb577c3158b26983017e Mon Sep 17 00:00:00 2001 From: yoe Date: Fri, 26 Oct 2007 18:01:51 +0000 Subject: [PATCH] r296: Documentation updates --- nbd-server.1.sgml | 9 ++++++++- nbd-server.5.sgml | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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. -- 1.7.10.4