search for: 94bdfb4

Displaying 2 results from an estimated 2 matches for "94bdfb4".

2019 Sep 21
2
[PATCH nbdkit] docs: Suggest how to detect if a filter is installed.
Thanks: Eric Blake, Martin Kletzander. --- docs/nbdkit-probing.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/nbdkit-probing.pod b/docs/nbdkit-probing.pod index 94bdfb4..46a7c47 100644 --- a/docs/nbdkit-probing.pod +++ b/docs/nbdkit-probing.pod @@ -80,6 +80,17 @@ installed. A complete shell script which does this is: fi done +=head2 Detect if a filter is installed + +To find out if a filter is installed (and working) use +I<--dump-plugin> with the...
2019 Sep 21
0
Re: [PATCH nbdkit] docs: Suggest how to detect if a filter is installed.
On Sat, Sep 21, 2019 at 03:53:45PM +0100, Richard W.M. Jones wrote: >Thanks: Eric Blake, Martin Kletzander. >--- > docs/nbdkit-probing.pod | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/docs/nbdkit-probing.pod b/docs/nbdkit-probing.pod >index 94bdfb4..46a7c47 100644 >--- a/docs/nbdkit-probing.pod >+++ b/docs/nbdkit-probing.pod >@@ -80,6 +80,17 @@ installed. A complete shell script which does this is: > fi > done > >+=head2 Detect if a filter is installed >+ >+To find out if a filter is installed (and working) u...