summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:03:13 +0100
committer B. Watson2022-03-14 09:03:13 +0100
commit8b1c98b71ec27c28f8caf1e8505f509ae966e395 (patch)
tree3792ea00b7f471e1e43f3422170b1914ec50eedc /perl
parent01d70bab2bddc5b54b84accb8d52177856853c09 (diff)
downloadslackbuilds-8b1c98b71ec27c28f8caf1e8505f509ae966e395.tar.gz
perl/perl-Sys-Mmap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Sys-Mmap/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Sys-Mmap/README b/perl/perl-Sys-Mmap/README
index a320862f31..43d3c4ab36 100644
--- a/perl/perl-Sys-Mmap/README
+++ b/perl/perl-Sys-Mmap/README
@@ -2,4 +2,5 @@ perl-Sys-Mmap (uses mmap to map in a file as a Perl variable)
The mmap module uses the POSIX mmap call to map in a file as a Perl
variable. Memory access by mmap may be shared between threads or
-forked processes, and may be a disc file that has been mapped into memory.
+forked processes, and may be a disc file that has been mapped into
+memory.