diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-16 00:28:09 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-16 00:28:09 +0000 |
| commit | cb2431bf3464d5165165d34e3c60f16d199feef4 (patch) | |
| tree | 4dc15238ef9403f43ad6a9d7e3d1b78e852e7efe /man2/mmap2.2 | |
| parent | e755a587cd0300d568895e14445ec6e0bbc09e39 (diff) | |
| download | man-pages-cb2431bf3464d5165165d34e3c60f16d199feef4.tar.gz | |
ffix
Diffstat (limited to 'man2/mmap2.2')
| -rw-r--r-- | man2/mmap2.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/mmap2.2 b/man2/mmap2.2 index 301a1fe508..5fe1f3fc6a 100644 --- a/man2/mmap2.2 +++ b/man2/mmap2.2 @@ -30,6 +30,7 @@ .SH NAME mmap2 \- map files or devices into memory .SH SYNOPSIS +.nf .B #include <sys/mman.h> .br .B #include <syscall.h> @@ -37,10 +38,11 @@ mmap2 \- map files or devices into memory .B #include <errno.h> .sp .BI "_syscall6(void *, " mmap2 ", void *, " start ", size_t, " length , -.BI "int, " prot ", int, " flags ", int, " fd ", off_t, " pgoffset ) +.BI " int, " prot ", int, " flags ", int, " fd ", off_t, " pgoffset ) .sp .BI "void * mmap2(void *" start ", size_t " length ", int " prot , -.BI "int " flags ", int " fd ", off_t " pgoffset ); +.BI " int " flags ", int " fd ", off_t " pgoffset ); +.fi .SH DESCRIPTION The .BR mmap2 () |
