bug#69985: Untranslatable message in src/chown-core.h:95

2024-03-24 Thread Pádraig Brady
On 24/03/2024 16:57, Frédéric Marchal wrote: Hi, In src/chown-core.h:95 (coreutils-9.5-pre1), the following message is impossible to translate as it is created by concatenating string fragments: static inline void emit_from_option_description (bool user) { printf (_("\ --from=CURRENT_

bug#69986: Untranslatable argument in src/chown.c:79

2024-03-24 Thread Frédéric Marchal
Hi, In src/chown.c:79 (coreutils-9.5-pre1.fr.po), some part of the sting was moved to an untranslated argument: printf (_("\ Usage: %s [OPTION]... %s FILE...\n\ or: %s [OPTION]... --reference=RFILE FILE...\n\ "), program_name, chown_mode == CHOWN_CHOWN ? "[OW

bug#69985: Untranslatable message in src/chown-core.h:95

2024-03-24 Thread Frédéric Marchal
Hi, In src/chown-core.h:95 (coreutils-9.5-pre1), the following message is impossible to translate as it is created by concatenating string fragments: static inline void emit_from_option_description (bool user) { printf (_("\ --from=CURRENT_OWNER:CURRENT_GROUP\n\

bug#69979: [PATCH-v2][doc] ls -l doc and size -> maj, min for device files

2024-03-24 Thread Pádraig Brady
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 maj

bug#69979: [PATCH-v2][doc] ls -l doc and size -> maj, min for device files

2024-03-24 Thread Stephane Chazelas
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.stackexchan

bug#69979: [PATCH][doc] ls -l doc and size -> maj, min for device files

2024-03-24 Thread Stephane Chazelas
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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8a2104831..c8e3bd110 1006