Module Name:    src
Committed By:   dholland
Date:           Mon Dec 14 02:34:52 UTC 2009

Modified Files:
        src/bin/stty: stty.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/stty/stty.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/stty/stty.1
diff -u src/bin/stty/stty.1:1.36 src/bin/stty/stty.1:1.37
--- src/bin/stty/stty.1:1.36	Wed May 13 22:41:43 2009
+++ src/bin/stty/stty.1	Mon Dec 14 02:34:52 2009
@@ -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 .

Reply via email to