Remove superfluous "#include <unistd.h>" from SYNOPSIS.

This commit is contained in:
Michael Kerrisk 2006-09-06 13:58:21 +00:00
parent e17f9d2854
commit 3747f3976c
1 changed files with 3 additions and 4 deletions

View File

@ -32,14 +32,13 @@
.SH NAME
mremap \- re-map a virtual memory address
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.br
.B #include <unistd.h>
.br
.B #include <sys/mman.h>
.sp
.BI "void * mremap(void *" old_address ", size_t " old_size
.BI ", size_t " new_size ", int " flags );
.BI "void *mremap(void *" old_address ", size_t " old_size ",
.BI " size_t " new_size ", int " flags );
.fi
.SH DESCRIPTION
\fBmremap\fR() expands (or shrinks) an existing memory mapping, potentially