2021-08-19 07:53:56 +00:00
|
|
|
From c8c1e74a8c1c112b83646ac09fe7f9bde097a52a Mon Sep 17 00:00:00 2001
|
2021-08-10 15:09:59 +00:00
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Thu, 5 Aug 2021 18:20:37 +0100
|
|
|
|
Subject: [PATCH] cache: Move plugin-args in synopsis earlier
|
|
|
|
|
|
|
|
Makes this page consistent with nbdkit-cow-filter.
|
|
|
|
|
|
|
|
(cherry picked from commit f1ddcef468907b0321041b1c4e0a430be46920be)
|
|
|
|
---
|
|
|
|
filters/cache/nbdkit-cache-filter.pod | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
|
|
|
|
index df9c1f99..d85fef09 100644
|
|
|
|
--- a/filters/cache/nbdkit-cache-filter.pod
|
|
|
|
+++ b/filters/cache/nbdkit-cache-filter.pod
|
|
|
|
@@ -4,13 +4,13 @@ nbdkit-cache-filter - nbdkit caching filter
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
- nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
|
|
|
|
+ nbdkit --filter=cache plugin [plugin-args...]
|
|
|
|
+ [cache=writeback|writethrough|unsafe]
|
|
|
|
[cache-min-block-size=SIZE]
|
|
|
|
[cache-max-size=SIZE]
|
|
|
|
[cache-high-threshold=N]
|
|
|
|
[cache-low-threshold=N]
|
|
|
|
[cache-on-read=true|false|/PATH]
|
|
|
|
- [plugin-args...]
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
--
|
|
|
|
2.31.1
|
|
|
|
|