perl/perl-Sys-Mmap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
01d70bab2b
commit
8b1c98b71e
|
@ -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
|
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
|
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.
|
||||||
|
|
Loading…
Reference in New Issue