]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: use consistent references to standard files in messages
authorCollin Funk <collin.funk1@gmail.com>
Wed, 6 Aug 2025 01:46:04 +0000 (18:46 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 6 Aug 2025 01:46:04 +0000 (18:46 -0700)
commitc9a30d67814f4b7daac7cdd33b69822ce5313d48
tree8a5f4aa9e9412bd9ecedc4af4c0c024bc727265e
parent257efe1ec4154bcecb0d4f7657d322276e279619
maint: use consistent references to standard files in messages

* cfg.mk (sc_standard_outputs): Add a grep command for source files.
* src/du.c (main): Use standard input instead of stdin, standard output
instead of stdout, and standard error instead of stderr in messages.
* src/nohup.c (main): Likewise.
* src/sort.c (main): Likewise.
* src/split.c (main): Likewise.
* src/stdbuf.c (main): Likewise.
* src/wc.c (main): Likewise.
* tests/du/files0-from.pl (@Tests): Adjust test case to new messages.
* tests/sort/sort-files0-from.pl: Likewise.
* tests/wc/wc-files0-from.pl: Likewise.
cfg.mk
src/du.c
src/nohup.c
src/sort.c
src/split.c
src/stdbuf.c
src/wc.c
tests/du/files0-from.pl
tests/sort/sort-files0-from.pl
tests/wc/wc-files0-from.pl