From 8bd33712226941d88c7dd271561d02bf4cfc02ae Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Sun, 29 May 2011 11:43:11 +0200 Subject: [PATCH] More sorting --- man/nbd-server.5.in.sgml | 50 +++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/man/nbd-server.5.in.sgml b/man/nbd-server.5.in.sgml index 1bc1980..c6eb7f8 100644 --- a/man/nbd-server.5.in.sgml +++ b/man/nbd-server.5.in.sgml @@ -127,20 +127,20 @@ manpage.1: manpage.sgml - - - - Optional; string. - + + - The name of the user this server must run as. If this - parameter is not specified, then nbd-server will not - attempt to change its UID (so the UID it runs as will be - the user who starts nbd-server). If it is specified, then - nbd-server will change its UID after opening ports, but - before accepting connections or opening files. + Optional; string - + If this option is set, it should contain the local IP + address on which we should listen to + nbd-client(8) connections. If it is not + set, nbd-server will listen to all + local IPv4 and IPv6 addresses. To limit to IPv6, specify the + address as "::". To limit to IPv4, specify as "0.0.0.0". It + is not possible to specify more than one IP address + here. + @@ -181,21 +181,21 @@ manpage.1: manpage.sgml - - + + + + Optional; string. + - Optional; string + The name of the user this server must run as. If this + parameter is not specified, then nbd-server will not + attempt to change its UID (so the UID it runs as will be + the user who starts nbd-server). If it is specified, then + nbd-server will change its UID after opening ports, but + before accepting connections or opening files. - If this option is set, it should contain the local IP - address on which we should listen to - nbd-client(8) connections. If it is not - set, nbd-server will listen to all - local IPv4 and IPv6 addresses. To limit to IPv6, specify the - address as "::". To limit to IPv4, specify as "0.0.0.0". It - is not possible to specify more than one IP address - here. - - + -- 1.7.10.4