Add "#define _GNU_SOURCE" to SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2006-09-06 14:27:38 +00:00
parent 3747f3976c
commit e743a18476
1 changed files with 5 additions and 3 deletions

View File

@ -24,11 +24,13 @@
.SH NAME
remap_file_pages \- create a non-linear file mapping
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.B #include <sys/mman.h>
.sp
.BI "int remap_file_pages(void *" start ", "
.BI "size_t " size ", int " prot ", "
.BI "ssize_t " pgoff ", int " flags );
.BI "int remap_file_pages(void *" start ", size_t " size ", int " prot ,
.BI " ssize_t " pgoff ", int " flags );
.fi
.SH DESCRIPTION
The
.BR remap_file_pages ()