]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/get_phys_pages.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / get_phys_pages.3
index 6f5561e1294f49d24b4e5702128a9193ab8483e4..4ab0bcff0c907b76c4da8f94de8fa0e9c6e2a53d 100644 (file)
@@ -36,7 +36,7 @@ page counts
 The function
 .BR get_phys_pages ()
 returns the total number of physical pages of memory available on the system.
-
+.PP
 The function
 .BR get_avphys_pages ()
 returns the number of currently available physical pages of memory on the
@@ -63,12 +63,12 @@ and
 .I MemFree
 fields of
 .IR /proc/meminfo .
-
+.PP
 The following
 .BR sysconf (3)
 calls provide a portable means of obtaining the same information as the
 functions described on this page.
-
+.PP
 .nf
     total_pages = sysconf(_SC_PHYS_PAGES);    /* total pages */
     avl_pages = sysconf(_SC_AVPHYS_PAGES);    /* available pages */
@@ -79,7 +79,7 @@ The following example shows how
 and
 .BR get_avphys_pages ()
 can be used.
-
+.PP
 .nf
 #include <stdio.h>
 #include <stdlib.h>