[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] [PATCH] Two nits on STARTTLS documentation



These two nits from Eric Blake got missed as Wouter merged v9
when I was doing v10.

Signed-off-by: Alex Bligh <alex@...872...>
---
 doc/proto.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/proto.md b/doc/proto.md
index 255fd11..05fef3c 100644
--- a/doc/proto.md
+++ b/doc/proto.md
@@ -445,7 +445,7 @@ exports are TLS-only. This is permitted in part to make programming
 of servers easier. Operation is a little different from FORCEDTLS,
 as the client is not forced to upgrade to TLS prior to any options
 being processed, and the server MAY choose to give information on
-non-existent exports via NBD_OPT_INFO exports prior to an upgrade
+non-existent exports via NBD_OPT_INFO responses prior to an upgrade
 to TLS.
 
 The SELECTIVETLS mode of operation has an implementation problem
@@ -460,7 +460,7 @@ must be initiated between client and server out of band.
 Therefore, if a server uses SELECTIVETLS, it MUST implement
 the INFO extension.
 
-## Client-side requirements
+### Client-side requirements
 
 If the client supports TLS at all, it MUST be prepared
 to deal with servers operating in any of the above modes.
-- 
1.9.1




Reply to: