[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <81da8e01-d0bf-958a-3533-aad25f75bbe4@gmail.com>
Date: Fri, 11 Sep 2020 11:34:54 +0200
From: Alejandro Colomar <colomar.6.4.3@...il.com>
To: "Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
Cc: linux-man@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 11/24] stat.2: wsfix
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.
Thanks,
Alex
----------------------------------------------------------------------
From daad53ccc36a75a0a9928e0807de38925b9b1433 Mon Sep 17 00:00:00 2001
From: Alejandro Colomar <colomar.6.4.3@...il.com>
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@...il.com>
---
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: ");
--
2.28.0
Powered by blists - more mailing lists