aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a320862f316a..43d3c4ab3623 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.