Blame SOURCES/0015-scan-Small-typographical-fix-in-manual.patch

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