From a4c495cc85801ce10a4e055bd9231c0aab148067 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Fri, 27 May 2011 17:46:58 +0200 Subject: [PATCH] Clarify documentation slightly I'm not sure every nbd user understands what an 'elevator' is (beyond "device that makes people go up and down"); make it slightly more obvious how the pieces fit together. --- man/nbd-server.5.in.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/nbd-server.5.in.sgml b/man/nbd-server.5.in.sgml index 2930c2c..8f06f96 100644 --- a/man/nbd-server.5.in.sgml +++ b/man/nbd-server.5.in.sgml @@ -448,7 +448,7 @@ manpage.1: manpage.sgml Optional; boolean. When this option is enabled, nbd-server will inform the client that - it would prefer it to send requests in elevator order, perhaps + it would prefer it to send requests in elevator (i.e., optimized) order, perhaps because it has a backing store and no local elevator. By default, the client uses QUEUE_FLAG_NONROT, which effectively restricts the function of the elevator to block merges. By -- 1.7.10.4