Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/stty Document "stty insane" properly. Closes PR bin/25024.



details:   https://anonhg.NetBSD.org/src/rev/62a1a10fb8ac
branches:  trunk
changeset: 750003:62a1a10fb8ac
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Dec 14 02:34:52 2009 +0000

description:
Document "stty insane" properly. Closes PR bin/25024.

diffstat:

 bin/stty/stty.1 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3182e0c505de -r 62a1a10fb8ac bin/stty/stty.1
--- a/bin/stty/stty.1   Mon Dec 14 02:26:28 2009 +0000
+++ b/bin/stty/stty.1   Mon Dec 14 02:34:52 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stty.1,v 1.36 2009/05/13 22:41:43 wiz Exp $
+.\"    $NetBSD: stty.1,v 1.37 2009/12/14 02:34:52 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -436,7 +436,9 @@
 .It Cm sane
 Resets all modes to reasonable values for interactive terminal use.
 .It Cm insane
-Resets all modes to unreasonable values for interactive terminal use.
+Sets all modes to random values, which are very likely
+.Pq but not guaranteed
+to be unreasonable for interactive terminal use.
 .It Cm tty
 Set the line discipline to the standard terminal line discipline
 .Dv TTYDISC .



Home | Main Index | Thread Index | Old Index