[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <57693efb-882c-bdd1-f4e8-170a1fe1b0cf@gmail.com>
Date: Fri, 11 Sep 2020 08:43:47 +0200
From: "Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
To: Alejandro Colomar <colomar.6.4.3@...il.com>
Cc: mtk.manpages@...il.com, linux-man@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 17/24] get_phys_pages.3: Write 'long' instead of 'long
int'
On 9/10/20 11:13 PM, Alejandro Colomar wrote:
> For consistency.
>
> Most man pages use 'long' instead of 'long int'.
>
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@...il.com>
Thanks, Alex. Patch applied.
Cheers,
Michael
> ---
> man3/get_phys_pages.3 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man3/get_phys_pages.3 b/man3/get_phys_pages.3
> index 4a9177dfd..97ba625b7 100644
> --- a/man3/get_phys_pages.3
> +++ b/man3/get_phys_pages.3
> @@ -30,8 +30,8 @@ page counts
> .nf
> .B "#include <sys/sysinfo.h>"
> .PP
> -.B long int get_phys_pages(void);
> -.B long int get_avphys_pages(void);
> +.B long get_phys_pages(void);
> +.B long get_avphys_pages(void);
> .fi
> .SH DESCRIPTION
> The function
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
Powered by blists - more mailing lists