From: H. Peter Anvin Date: Sat, 21 Jun 2025 01:01:58 +0000 (-0700) Subject: doc: NEWS: improve recent stty details X-Git-Tag: v9.8~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c00e4e26573277722ad814001cab1fb97924aecd;p=thirdparty%2Fcoreutils.git doc: NEWS: improve recent stty details * src/NEWS: Fix grammar error, and indicate baud rate probing is opportunistic. --- diff --git a/NEWS b/NEWS index 50f27cd87a..8259423684 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ GNU coreutils NEWS -*- outline -*- stty supports setting arbitrary baud rates on supported systems, like Hurd, Linux with glibc >= 2.42, and some BSDs. Also on other systems the full set of supported baud rates - are determined at build time. + is determined at build time if possible. * Noteworthy changes in release 9.7 (2025-04-09) [stable]