From c191f45530d4dd7f978803c0bfa402ca0fc950df Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 14 May 2022 19:02:48 +0100 Subject: [PATCH] scan: Small typographical fix in manual Fixes: commit 65c20a09ceacb4431986a2982f2c2e746df63fcb (cherry picked from commit 67d4e3437d2e28fa3ce1c4b3818d2b1e7939c5ec) --- filters/scan/nbdkit-scan-filter.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/filters/scan/nbdkit-scan-filter.pod b/filters/scan/nbdkit-scan-filter.pod index 4a8d0ef9..2fe9bb80 100644 --- a/filters/scan/nbdkit-scan-filter.pod +++ b/filters/scan/nbdkit-scan-filter.pod @@ -26,8 +26,8 @@ below (after) this filter, giving approximately the same effect. L can be used instead of nbdkit-cache-filter, if you add the C option. -Various C parameters can be used to tune scanning, although -the defaults should be suitable in most cases. +Various parameters can be used to tune scanning, although the defaults +should be suitable in most cases. A similar filter is L. @@ -38,23 +38,23 @@ filter will print a warning message if this happens. =over 4 -=item Thread model must be parallel * +=item Thread model must be parallel* For example L only supports C, and so this filter cannot perform prefetches in parallel with the read requests. -=item Only scans while clients are connected * +=item Only scans while clients are connected* The current filter only scans while there is at least one client connected. -=item Only scans the default export * +=item Only scans the default export* The current filter only scans the default export and ignores all clients connecting to the non-default export name. -* We may be able to lift these restrictions in future. +*We may be able to lift these restrictions in future. =item Underlying filters or plugin must support C<.cache> (prefetch) -- 2.31.1