Backport nbdkit_debug_hexdiff from nbdkit 1.47. resolves: RHEL-111242 Synchronize spec file with Fedora. vddk: Don't use FNM_PATHNAME when matching export parameter resolves: RHEL-122755
45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
From ed37c814307ad027529b052ce7a7a3d3d15cdc58 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Sat, 3 Jan 2026 11:54:07 +0000
|
|
Subject: [PATCH] python: Sort documentation for module functions in order
|
|
|
|
Updates: commit 02df929dd5ac7f24a969dd4e680b8cb50bf585a7
|
|
(cherry picked from commit e4dd09af5e0f836f4b306274517f381c23f6e461)
|
|
---
|
|
plugins/python/nbdkit-python-plugin.pod | 12 ++++++------
|
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/plugins/python/nbdkit-python-plugin.pod b/plugins/python/nbdkit-python-plugin.pod
|
|
index 87750ea1..9ea00f5e 100644
|
|
--- a/plugins/python/nbdkit-python-plugin.pod
|
|
+++ b/plugins/python/nbdkit-python-plugin.pod
|
|
@@ -163,12 +163,6 @@ Wraps the L<nbdkit_parse_delay(3)> function.
|
|
|
|
See: L<nbdkit_parse_delay(3)>
|
|
|
|
-=head3 C<nbdkit.parse_size(str)>
|
|
-
|
|
-Parse a string (such as "100M") into a size in bytes.
|
|
-
|
|
-See: L<nbdkit_parse_size(3)>
|
|
-
|
|
=head3 C<nbdkit.parse_probability(what, str)>
|
|
|
|
Parse a string (such as "100%") into a probability, returning a
|
|
@@ -176,6 +170,12 @@ floating point number.
|
|
|
|
See: L<nbdkit_parse_probability(3)>
|
|
|
|
+=head3 C<nbdkit.parse_size(str)>
|
|
+
|
|
+Parse a string (such as "100M") into a size in bytes.
|
|
+
|
|
+See: L<nbdkit_parse_size(3)>
|
|
+
|
|
=head3 C<nbdkit.peer_pid()>,
|
|
C<nbdkit.peer_uid()>,
|
|
C<nbdkit.peer_gid()>,
|
|
--
|
|
2.47.3
|
|
|