]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/getpagesize.c
configure.in (MAKEINFO, PERL): Detect these.
[thirdparty/gcc.git] / libiberty / getpagesize.c
index 564d6c02312f4935262ef95ae580eb3d301ab271..05b8110ad3ca6576a5652556a6c32f0ad50912bc 100644 (file)
@@ -2,20 +2,14 @@
 
 /*
 
-NAME
+@deftypefn Supplemental int getpagesize ()
 
-       getpagesize -- return the number of bytes in page of memory
+Returns the number of bytes in a page of memory.  This is the
+granularity of many of the system memory management routines.  No
+guarantee is made as to whether or not it is the same as the basic
+memory management hardware page size.
 
-SYNOPSIS
-
-       int getpagesize (void)
-
-DESCRIPTION
-
-       Returns the number of bytes in a page of memory.  This is the
-       granularity of many of the system memory management routines.
-       No guarantee is made as to whether or not it is the same as the
-       basic memory management hardware page size.
+@end deftypefn
 
 BUGS