diff options
| author | dholland <dholland@NetBSD.org> | 2009-12-14 02:34:52 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-12-14 02:34:52 +0000 |
| commit | f83be7b79e8a2883ee665aaa2d0b2a0dc4ffa7f9 (patch) | |
| tree | 29e575d87bc709fab543d70624ddb5afe8287b42 /bin | |
| parent | 149287da383fcd1af165c535b02c3e2ec8cd84c0 (diff) | |
Document "stty insane" properly. Closes PR bin/25024.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/stty/stty.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 41984ccb5b9..651db3df1c5 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -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 @@ characters back to system defaults. .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 . |
