Re: [PATCH v3 11/24] stat.2: wsfix

From: Michael Kerrisk (man-pages)
Date: Fri Sep 11 2020 - 05:36:39 EST


On 9/11/20 11:34 AM, Alejandro Colomar wrote:
>
> Hi Michael,
>
> On 2020-09-11 11:19, Michael Kerrisk (man-pages) wrote:
>> On 9/11/20 11:16 AM, Alejandro Colomar wrote:
>>> Hi Michael,
>>>
>>> On 2020-09-11 09:25, Michael Kerrisk (man-pages) wrote:
>>>> See my reply to patch 10/24.
>>>
>>> As with 10/24, here's the new version.
>>
>> Thanks, Alex. Applied.
>>
>> Cheers,
>>
>> Michael
>
> I accidentally used a tab instead of spaces in my last commit.
> This fixes that by using only spaces.
>
> Please apply this patch on top of (already applied) v2 11/24.

Thansk, Alex. Patch applied.

Cheers,

Michael

> ----------------------------------------------------------------------
> From daad53ccc36a75a0a9928e0807de38925b9b1433 Mon Sep 17 00:00:00 2001
> From: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx>
> Date: Fri, 11 Sep 2020 11:29:40 +0200
> Subject: [PATCH v3 11/24] stat.2: wsfix
>
> I accidentally used a tab instead of spaces in my last commit.
> This fixes that by using only spaces.
>
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx>
> ---
> man2/stat.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/stat.2 b/man2/stat.2
> index 08af24c56..7e5417480 100644
> --- a/man2/stat.2
> +++ b/man2/stat.2
> @@ -665,7 +665,7 @@ main(int argc, char *argv[])
> }
>
> printf("ID of containing device: [%lx,%lx]\en",
> - (unsigned long) major(sb.st_dev),
> + (unsigned long) major(sb.st_dev),
> (unsigned long) minor(sb.st_dev));
>
> printf("File type: ");
>


--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/