104 lines
3.8 KiB
Diff
104 lines
3.8 KiB
Diff
From cf495ffb975d4557a6092a19f382a9a69b457300 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Sun, 15 Jul 2018 16:26:18 +0100
|
|
Subject: [PATCH 09/12] docs: Break up some over-long lines in documentation.
|
|
|
|
We will enforce a limit of 76 chars (in most cases) in a future
|
|
commit.
|
|
---
|
|
plugins/ext2/nbdkit-ext2-plugin.pod | 3 ++-
|
|
plugins/lua/nbdkit-lua-plugin.pod | 3 ++-
|
|
plugins/perl/nbdkit-perl-plugin.pod | 3 ++-
|
|
plugins/python/nbdkit-python-plugin.pod | 3 ++-
|
|
plugins/ruby/nbdkit-ruby-plugin.pod | 3 ++-
|
|
plugins/tcl/nbdkit-tcl-plugin.pod | 3 ++-
|
|
6 files changed, 12 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/plugins/ext2/nbdkit-ext2-plugin.pod b/plugins/ext2/nbdkit-ext2-plugin.pod
|
|
index 29c76aa..7479ebe 100644
|
|
--- a/plugins/ext2/nbdkit-ext2-plugin.pod
|
|
+++ b/plugins/ext2/nbdkit-ext2-plugin.pod
|
|
@@ -2,7 +2,8 @@
|
|
|
|
=head1 NAME
|
|
|
|
-nbdkit-ext2-plugin - Read and write files inside ext2, ext3 or ext4 filesystems
|
|
+nbdkit-ext2-plugin - Read and write files inside ext2, ext3 or
|
|
+ext4 filesystems
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
diff --git a/plugins/lua/nbdkit-lua-plugin.pod b/plugins/lua/nbdkit-lua-plugin.pod
|
|
index 385a0e4..dfeef4f 100644
|
|
--- a/plugins/lua/nbdkit-lua-plugin.pod
|
|
+++ b/plugins/lua/nbdkit-lua-plugin.pod
|
|
@@ -260,7 +260,8 @@ partial, your function should call C<error>.
|
|
|
|
=over 4
|
|
|
|
-=item Missing: C<load>, C<unload>, C<name>, C<version>, C<longname>, C<description>, C<config_help>, C<can_zero>, C<can_fua>
|
|
+=item Missing: C<load>, C<unload>, C<name>, C<version>, C<longname>,
|
|
+C<description>, C<config_help>, C<can_zero>, C<can_fua>
|
|
|
|
These are not yet supported.
|
|
|
|
diff --git a/plugins/perl/nbdkit-perl-plugin.pod b/plugins/perl/nbdkit-perl-plugin.pod
|
|
index 0fc7f93..ce8bb51 100644
|
|
--- a/plugins/perl/nbdkit-perl-plugin.pod
|
|
+++ b/plugins/perl/nbdkit-perl-plugin.pod
|
|
@@ -339,7 +339,8 @@ C<Nbdkit::set_error(POSIX::EOPNOTSUPP)>.
|
|
These are not needed because you can just use regular Perl C<BEGIN>
|
|
and C<END> constructs.
|
|
|
|
-=item Missing: C<name>, C<version>, C<longname>, C<description>, C<config_help>
|
|
+=item Missing: C<name>, C<version>, C<longname>, C<description>,
|
|
+C<config_help>
|
|
|
|
These are not yet supported.
|
|
|
|
diff --git a/plugins/python/nbdkit-python-plugin.pod b/plugins/python/nbdkit-python-plugin.pod
|
|
index e54df1f..c80af9b 100644
|
|
--- a/plugins/python/nbdkit-python-plugin.pod
|
|
+++ b/plugins/python/nbdkit-python-plugin.pod
|
|
@@ -258,7 +258,8 @@ use C<nbdkit.set_error(errno.EOPNOTSUPP)>.
|
|
These are not needed because you can just use ordinary Python
|
|
constructs.
|
|
|
|
-=item Missing: C<name>, C<version>, C<longname>, C<description>, C<config_help>
|
|
+=item Missing: C<name>, C<version>, C<longname>, C<description>,
|
|
+C<config_help>
|
|
|
|
These are not yet supported.
|
|
|
|
diff --git a/plugins/ruby/nbdkit-ruby-plugin.pod b/plugins/ruby/nbdkit-ruby-plugin.pod
|
|
index 505af69..29d072a 100644
|
|
--- a/plugins/ruby/nbdkit-ruby-plugin.pod
|
|
+++ b/plugins/ruby/nbdkit-ruby-plugin.pod
|
|
@@ -273,7 +273,8 @@ use C<Nbdkit.set_error(Errno::EOPNOTSUPP)>.
|
|
These are not needed because you can just use ordinary Ruby
|
|
constructs.
|
|
|
|
-=item Missing: C<name>, C<version>, C<longname>, C<description>, C<config_help>
|
|
+=item Missing: C<name>, C<version>, C<longname>, C<description>,
|
|
+C<config_help>
|
|
|
|
These are not yet supported.
|
|
|
|
diff --git a/plugins/tcl/nbdkit-tcl-plugin.pod b/plugins/tcl/nbdkit-tcl-plugin.pod
|
|
index 434233d..17b5c5f 100644
|
|
--- a/plugins/tcl/nbdkit-tcl-plugin.pod
|
|
+++ b/plugins/tcl/nbdkit-tcl-plugin.pod
|
|
@@ -266,7 +266,8 @@ partial, your function should call C<error>.
|
|
|
|
=over 4
|
|
|
|
-=item Missing: C<load>, C<unload>, C<name>, C<version>, C<longname>, C<description>, C<config_help>, C<can_zero>, C<can_fua>
|
|
+=item Missing: C<load>, C<unload>, C<name>, C<version>, C<longname>,
|
|
+C<description>, C<config_help>, C<can_zero>, C<can_fua>
|
|
|
|
These are not yet supported.
|
|
|
|
--
|
|
2.17.1
|
|
|