29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From 596f97316e65c151741e6ee42893023f6e945c01 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Sat, 16 Dec 2023 18:08:37 +0000
|
|
Subject: [PATCH] file: Fix markup when referencing dir= option from dirfd=
|
|
docs
|
|
|
|
Fixes: commit dd28b005430d020ccd1825437937c317332d3007
|
|
(cherry picked from commit 5b8c9c49cc352e9b0fba4dde9e0f57c53c9c2457)
|
|
---
|
|
plugins/file/nbdkit-file-plugin.pod | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/plugins/file/nbdkit-file-plugin.pod b/plugins/file/nbdkit-file-plugin.pod
|
|
index e47eae97..5feb8ea9 100644
|
|
--- a/plugins/file/nbdkit-file-plugin.pod
|
|
+++ b/plugins/file/nbdkit-file-plugin.pod
|
|
@@ -85,7 +85,7 @@ default. For example to make F</dir/file> be the default export:
|
|
|
|
(nbdkit E<ge> 1.34, not Windows)
|
|
|
|
-This is like the I<dir> option, but instead of specifying the
|
|
+This is like the C<dir=> option, but instead of specifying the
|
|
directory by name, the parent process should open the directory and
|
|
pass this file descriptor by inheritance to nbdkit.
|
|
|
|
--
|
|
2.39.3
|
|
|