]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: parse any whitespace as an option/description delimiter
authorPádraig Brady <P@draigBrady.com>
Sun, 4 Jan 2026 15:11:57 +0000 (15:11 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 21 Jan 2026 13:51:39 +0000 (13:51 +0000)
commit3ec554d4dd76b2560cb03d930b9381bebb3e99ea
tree91683ead20d0ca6b4132b37fa361779b006d1047
parentcc002057b3a33d79db6ff3330783e5118b6f4479
doc: parse any whitespace as an option/description delimiter

* src/system.c (oputs_): Use isspace() rather than hardcoding.
Note we don't use c_isspace() as we need to support anything
coming from translations.
23 files changed:
src/chroot.c
src/csplit.c
src/dd.c
src/expand-common.c
src/expand.c
src/fmt.c
src/fold.c
src/ls.c
src/numfmt.c
src/od.c
src/pinky.c
src/pr.c
src/ptx.c
src/seq.c
src/set-fields.c
src/sort.c
src/split.c
src/system.h
src/test.c
src/tr.c
src/truncate.c
src/unexpand.c
src/wc.c