Update Red Hat Copyright Notices
[nbdkit.git] / plugins / example1 / nbdkit-example1-plugin.pod
blob661d0c3ff25332a763781f0338bb75aa9a452c91
1 =head1 NAME
3 nbdkit-example1-plugin - minimal nbdkit plugin
5 =head1 SYNOPSIS
7  nbdkit example1
9 =head1 DESCRIPTION
11 C<nbdkit-example1-plugin> is a minimal L<nbdkit(1)> plugin.
13 It serves, readonly, from memory, a static blob of data which looks a
14 little bit like a 100 MB disk image that contains a single empty
15 partition.
17 Mainly this is useful for testing nbdkit and as an example for writing
18 nbdkit plugins (L<nbdkit-plugin(3)>).
20 =head1 FILES
22 =over 4
24 =item F<$plugindir/nbdkit-example1-plugin.so>
26 The plugin.
28 Use C<nbdkit --dump-config> to find the location of C<$plugindir>.
30 =back
32 =head1 VERSION
34 C<nbdkit-example1-plugin> first appeared in nbdkit 1.0.
36 =head1 SEE ALSO
38 L<https://gitlab.com/nbdkit/nbdkit/blob/master/plugins/example1/example1.c>,
39 L<nbdkit(1)>,
40 L<nbdkit-plugin(3)>
42 =head1 AUTHORS
44 Richard W.M. Jones
46 =head1 COPYRIGHT
48 Copyright Red Hat