get_phys_pages.3: srcfix: wrap long source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-05 18:29:14 +02:00
parent 1f11ec0ba7
commit 551b8ee119
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@
.\" .\"
.TH GET_PHYS_PAGES 3 2015-03-02 "GNU" "Linux Programmer's Manual" .TH GET_PHYS_PAGES 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
get_phys_pages, get_avphys_pages \- get total and available physical page counts get_phys_pages, get_avphys_pages \- get total and available physical
page counts
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B "#include <sys/sysinfo.h>" .B "#include <sys/sysinfo.h>"
@ -41,7 +42,8 @@ The function
returns the number of currently available physical pages of memory on the returns the number of currently available physical pages of memory on the
system. system.
.SH RETURN VALUE .SH RETURN VALUE
On success, these functions return a nonnegative value as given in DESCRIPTION. On success,
these functions return a nonnegative value as given in DESCRIPTION.
On failure, they return \-1 and set On failure, they return \-1 and set
.I errno .I errno
to indicate the cause of the error. to indicate the cause of the error.