You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
8 months ago
|
From c39e31b7a20c7dc8aa12c5fa3f1742824e1e0c76 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Thu, 9 Nov 2023 09:40:30 +0000
|
||
|
Subject: [libnbd PATCH] docs: Fix incorrect xref in libnbd-release-notes for
|
||
|
1.18
|
||
|
Content-type: text/plain
|
||
|
|
||
|
LIBNBD_STRICT_AUTO_FLAG was added to nbd_set_strict_mode(3).
|
||
|
|
||
|
Reported-by: Vera Wu
|
||
|
(cherry picked from commit 4fef3dbc07e631fce58487d25d991e83bbb424b1)
|
||
|
Signed-off-by: Eric Blake <eblake@redhat.com>
|
||
|
---
|
||
|
docs/libnbd-release-notes-1.18.pod | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/docs/libnbd-release-notes-1.18.pod b/docs/libnbd-release-notes-1.18.pod
|
||
|
index 935fab11..836ebe19 100644
|
||
|
--- a/docs/libnbd-release-notes-1.18.pod
|
||
|
+++ b/docs/libnbd-release-notes-1.18.pod
|
||
|
@@ -84,8 +84,8 @@ Golang, OCaml and Python language bindings (Eric Blake).
|
||
|
|
||
|
L<nbd_shutdown(3)> now works correctly when in opt mode (Eric Blake).
|
||
|
|
||
|
-L<nbd_set_string(3)> adds C<LIBNBD_STRICT_AUTO_FLAG> which allows the
|
||
|
-client to test how servers behave when the payload length flag is
|
||
|
+L<nbd_set_strict_mode(3)> adds C<LIBNBD_STRICT_AUTO_FLAG> which allows
|
||
|
+the client to test how servers behave when the payload length flag is
|
||
|
adjusted (Eric Blake).
|
||
|
|
||
|
=head2 Protocol
|
||
|
--
|
||
|
2.41.0
|
||
|
|