From cf495ffb975d4557a6092a19f382a9a69b457300 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" 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. =over 4 -=item Missing: C, C, C, C, C, C, C, C, C +=item Missing: C, C, C, C, C, +C, C, C, C 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. These are not needed because you can just use regular Perl C and C constructs. -=item Missing: C, C, C, C, C +=item Missing: C, C, C, C, +C 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. These are not needed because you can just use ordinary Python constructs. -=item Missing: C, C, C, C, C +=item Missing: C, C, C, C, +C 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. These are not needed because you can just use ordinary Ruby constructs. -=item Missing: C, C, C, C, C +=item Missing: C, C, C, C, +C 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. =over 4 -=item Missing: C, C, C, C, C, C, C, C, C +=item Missing: C, C, C, C, C, +C, C, C, C These are not yet supported. -- 2.17.1