From: Pádraig Brady Date: Wed, 21 Jan 2026 14:03:08 +0000 (+0000) Subject: doc: NEWS: describe the --help markup configuration options X-Git-Tag: v9.10~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dfe08316d04ae2396526f3f1e9570a4540ae953;p=thirdparty%2Fcoreutils.git doc: NEWS: describe the --help markup configuration options * NEWS: Mention build and runtime config options. --- diff --git a/NEWS b/NEWS index e91c4f7607..3eb51380e5 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,12 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + all commands now markup option names in --help and man pages, + with bold attributes, and hyperlinks into the online manual on gnu.org. + The links can be configured with the --enable-manual-url configure option, + and the bold highlighting with --disable-bold-man-page-references. + At runtime all markup can be disabled by setting the HELP_NO_MARKUP env var. + 'fmt' -w,--width no longer includes '\n' in the width of a line. I.e., the specified width is interpreted to be an _inclusive_ maximum.