On 7/28/25 12:30, Pádraig Brady wrote:
* cfg.mk (sc_standard_outputs): A new syntax check to
enforce standard references.
* doc/coreutils.texi: s/stderr/standard error/ etc.

Nice.

Do we need/want more patterns, e.g. for translated strings?

  $ GIT_PAGER= git grep -E '_\("[^"]*std(in|out|err)' -- '*/*.c'
  src/du.c:          error (0, 0, _("when reading file names from stdin, "
  src/nohup.c:                 ? N_("ignoring input and redirecting stderr to 
stdout")
  src/nohup.c:                 : N_("redirecting stderr to stdout")));
  src/sort.c:                error (SORT_FAILURE, 0, _("when reading file names from 
stdin, "
  src/split.c:      error (0, 0, _("--filter does not process a chunk extracted to 
stdout"));
  src/stdbuf.c:              error (0, 0, _("line buffering stdin is 
meaningless"));
  src/wc.c:          error (0, 0, _("when reading file names from stdin, "

Have a nice day,
Berny


Reply via email to