[PATCH 1/3] proto.md: correct spelling mistake and bad markdown formatting
From: Manfred Spraul <manfred.spraul@de.bosch.com>
1) Correct a spelling mistake notice by Eric Blake
2) the resulting .html output from markdown is ugly, thus reformat
it a bit.
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Manfred Spraul <manfred.spraul@de.bosch.com>
---
doc/proto.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/proto.md b/doc/proto.md
index 81ac755..d3c0a5e 100644
--- a/doc/proto.md
+++ b/doc/proto.md
@@ -461,14 +461,14 @@ of disconnect other than in one of the above circumstances.
#### Reserved Magic values
The following magic values are reserved and must not be used
-for future protocol extentions:
-
-0x12560953 - Historic value for NBD_REQUEST_MAGIC, used
- until Linux 2.1.116pre2.
-0x96744668 - Historic value for NBD_REPLY_MAGIC, used
- until Linux 2.1.116pre2.
-0x25609514 - Used by nbd-server to store data log flags in the
- transaction log. Never sent from/to a client.
+for future protocol extensions:
+
+* 0x12560953 - Historic value for NBD_REQUEST_MAGIC, used
+ until Linux 2.1.116pre2.
+* 0x96744668 - Historic value for NBD_REPLY_MAGIC, used
+ until Linux 2.1.116pre2.
+* 0x25609514 - Used by nbd-server to store data log flags in the
+ transaction log. Never sent from/to a client.
## TLS support
--
2.35.1
Reply to: