From: yoe Date: Tue, 24 Oct 2006 20:05:17 +0000 (+0000) Subject: r205: Remove examples (they were only a leftover from the manpage I based it X-Git-Url: http://git.alex.org.uk r205: Remove examples (they were only a leftover from the manpage I based it on) and document the "none" virtstyle, too. --- diff --git a/nbd-server.5.sgml b/nbd-server.5.sgml index c1066ed..52378f3 100644 --- a/nbd-server.5.sgml +++ b/nbd-server.5.sgml @@ -363,6 +363,16 @@ manpage.1: manpage.sgml + + + + No virtualization. Will attempt to open the filename + as it was written, even if it contains '%s' in the + name. + + + + @@ -420,27 +430,6 @@ manpage.1: manpage.sgml - EXAMPLES - Some examples of nbd-server usage: - - - To export a file /export/nbd/exp-bl-dev on port 2000: - nbd-server 2000 /export/nbd/exp-bl-dev - - - To export a the same file read-only: - nbd-server 2000 /export/nbd/exp-bl-dev -r - - - To export the same file read-write, but make sure - changes are lost after restarting the client or the - server: - nbd-server 2000 /export/nbd/exp-bl-dev - -c - - - - SEE ALSO nbd-server (1), nbd-client (8),