This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libsys-mmap-perl.
commit dd474445e0f0c9427cae9670aa1cd711ede7bbd7 Author: Salvatore Bonaccorso <[email protected]> Date: Sun Nov 12 15:31:48 2017 +0100 Add patch to fix spelling error in Sys::Mmap manpage --- debian/patches/series | 1 + debian/patches/spelling-error-in-manpage.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f7c4b35 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-error-in-manpage.patch diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch new file mode 100644 index 0000000..f00714a --- /dev/null +++ b/debian/patches/spelling-error-in-manpage.patch @@ -0,0 +1,18 @@ +Description: Spelling error in manpage +Origin: vendor +Author: Salvatore Bonaccorso <[email protected]> +Last-Update: 2017-11-12 +Forwarded: https://github.com/toddr/Sys-Mmap/pull/9 +Bug: https://github.com/toddr/Sys-Mmap/pull/9 + +--- a/Mmap.pm ++++ b/Mmap.pm +@@ -156,7 +156,7 @@ There should be a tied interface to C<ha + + Scott Walter's spelling is awful. + +-C<hardwire()> will segfault Perl if the C<mmap()> area it was refering to is ++C<hardwire()> will segfault Perl if the C<mmap()> area it was referring to is + C<munmap()>'d out from under it. + + C<munmap()> will segfault Perl if the variable was not successfully C<mmap()>'d -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-mmap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
