]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Remove superfluous "#include <unistd.h>" from SYNOPSIS.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Sep 2006 13:58:21 +0000 (13:58 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 6 Sep 2006 13:58:21 +0000 (13:58 +0000)
man2/mremap.2

index 593a46352f6e9a0e85ea52d1f2554af75c278c2a..b3cc4a0794ec2620452739bebc8d2aa603cfed3e 100644 (file)
 .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