]> git.ipfire.org Git - thirdparty/util-linux.git/commit
waitpid: consistently write the abbreviation "PID" in all-uppercase
authorBenno Schulenberg <bensberg@telfort.nl>
Mon, 9 Mar 2026 11:15:44 +0000 (12:15 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2026 10:12:16 +0000 (11:12 +0100)
commit9a9ce4074b2e3a9afe73f06e49ae12e593bf397d
tree2510a2ecf0457292abb6081a568c4139994a9c46
parent7d642094caf4f7000c3c001165600fde2cd67f73
waitpid: consistently write the abbreviation "PID" in all-uppercase

Also, use %d instead of %u, as all other comparable messages use %d.

CC: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
misc-utils/waitpid.c