From: Pádraig Brady
Date: Fri, 1 Nov 2024 15:58:04 +0000 (+0000) Subject: doc: mention new timeout short options in NEWS X-Git-Tag: v9.6~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48123ef277adc1878e1b1d8f2906ac817f57014;p=thirdparty%2Fcoreutils.git doc: mention new timeout short options in NEWS * NEWS: Mention the timeout -f and -p options. --- diff --git a/NEWS b/NEWS index 8fea2657b2..75263d0272 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,9 @@ GNU coreutils NEWS -*- outline -*- %$ format, where '' is an integer referencing a particular argument, thus allowing repetition or reordering of printf arguments. + timeout now supports the POSIX:2024 specified -f, and -p short options, + corresponding to --foreground, and --preserve-status respectively. + ** Improvements 'head -c NUM', 'head -n NUM', 'nl -l NUM', 'nproc --ignore NUM',