--- Begin Message ---
Subject: |
[PATCH][doc] ls -l doc and size -> maj, min for device files |
Date: |
Sun, 24 Mar 2024 10:06:11 +0000 |
Package: coreutils
Version: 9.4
Tags: patch
The ls documentation currently doesn't state that for device
files, the size field in the long listing format is replaced by
major, minor.
Patch attached.
--
Stephane
doc-ls-maj-min-for-devices.diff
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#69979: [PATCH-v2][doc] ls -l doc and size -> maj, min for device files |
Date: |
Sun, 24 Mar 2024 18:03:12 +0000 |
User-agent: |
Mozilla Thunderbird |
On 24/03/2024 12:40, Stephane Chazelas wrote:
Tags: patch
My bad, the patch was incorrect, it should have said
"replaced by the corresponding device major and minor numbers as two decimal
numbers separated by a comma and at least one space.", as
there's not always only once space between the major and minor.
See also
https://unix.stackexchange.com/questions/773014/where-do-i-find-documentation-for-the-output-of-ls-l
where the issue was reported and where the variations of output
formats between ls implementations is being mentioned.
New patch attached.
Pushed.
Marking this as done.
thanks,
Pádraig
--- End Message ---