[libio-aio-perl] 06/08: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat Jan 23 00:01:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libio-aio-perl.

commit bbdd32d84535d3e32aaa466e64507f4d0fc21556
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 23 00:50:27 2016 +0100

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index ae54daf..f77f839 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 workaround-missing-O_CLOEXEC.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..9e0b545
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Description: spelling fixes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-01-23
+
+--- a/AIO.pm
++++ b/AIO.pm
+@@ -290,7 +290,7 @@
+ which must be a code reference. This code reference will be called after
+ the syscall has been executed in an asynchronous fashion. The results
+ of the request will be passed as arguments to the callback (and, if an
+-error occured, in C<$!>) - for most requests the syscall return code (e.g.
++error occurred, in C<$!>) - for most requests the syscall return code (e.g.
+ most syscalls return C<-1> on error, unlike perl, which usually delivers
+ "false").
+ 
+@@ -493,7 +493,7 @@
+ into a trap where C<aio_sendfile> reads some data with readahead, then
+ fails to write all data, and when the socket is ready the next time, the
+ data in the cache is already lost, forcing C<aio_sendfile> to again hit
+-the disk. Explicit C<aio_read> + C<aio_write> let's you better control
++the disk. Explicit C<aio_read> + C<aio_write> lets you better control
+ resource usage.
+ 
+ This call tries to make use of a native C<sendfile>-like syscall to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-aio-perl.git



More information about the Pkg-perl-cvs-commits mailing list