getpagesize.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 10:55:21 +02:00
parent 08e96bd8ca
commit 04fd9d70a6
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ instead of
.BR getpagesize (): .BR getpagesize ():
.PP .PP
.in +4n .in +4n
.nf .EX
#include <unistd.h> #include <unistd.h>
long sz = sysconf(_SC_PAGESIZE); long sz = sysconf(_SC_PAGESIZE);
.fi .EE
.in .in
.PP .PP
(Most systems allow the synonym (Most systems allow the synonym