get_phys_pages.3: Minor relocation of text

Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-01 23:38:00 +01:00
parent 984126f454
commit e878a2de3e
1 changed files with 3 additions and 4 deletions

View File

@ -55,7 +55,9 @@ The system could not provide the required information
(possibly because the
.I /proc
filesystem was not mounted).
.SH VERSIONS
.SH CONFORMING TO
These functions are GNU extensions.
.SH NOTES
Before glibc 2.23,
these functions obtained the required information by scanning the
.I MemTotal
@ -63,9 +65,6 @@ and
.I MemFree
fields of
.IR /proc/meminfo .
.SH CONFORMING TO
These functions are GNU extensions.
.SH NOTES
Since glibc 2.23,
these functions obtain the required information by calling
.BR sysinfo (2).