From 3747f3976cd11bf3cb11aa1cb0df49eafe841a51 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Sep 2006 13:58:21 +0000 Subject: [PATCH] Remove superfluous "#include " from SYNOPSIS. --- man2/mremap.2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man2/mremap.2 b/man2/mremap.2 index 593a46352f..b3cc4a0794 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -32,14 +32,13 @@ .SH NAME mremap \- re-map a virtual memory address .SH SYNOPSIS +.nf .B #define _GNU_SOURCE .br -.B #include -.br .B #include .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 -- 2.47.2