From 3d7b822e4a660e6804963d8e5ac0cdca2aeb3497 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 6 Jan 2016 15:50:11 +0000 Subject: stty: support "flusho" local setting This is used to discard terminal output on FreeBSD based systems. * src/stty.c (mode_info): Add FLUSHO where supported. (usage): Document for "local" and "combination" settings. * doc/coreutils.texi (local stty settings): Document, mentioning that this option is supported but ignored on GNU/Linux. --- doc/coreutils.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/coreutils.texi') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 1fd99d0f8..25380628d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -14187,6 +14187,13 @@ each character over high latency links. See also @uref{ftp://ftp.rfc-editor.org/in-notes/rfc1116.txt, Internet RFC 1116}. Non-POSIX@. May be negated. + +@item flusho +@opindex flusho +Discard output. +Note this setting is currently ignored on GNU/Linux systems. +Non-POSIX@. +May be negated. @end table -- cgit v1.2.3-54-g00ecf