Module Name:    src
Committed By:   dholland
Date:           Sat May 14 21:04:34 UTC 2022

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

Log Message:
Clarify that "stty 0" will normally hang up the tty. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/bin/stty/stty.1:1.46
--- src/bin/stty/stty.1:1.45	Mon Oct 30 15:38:52 2017
+++ src/bin/stty/stty.1	Sat May 14 21:04:34 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stty.1,v 1.45 2017/10/30 15:38:52 wiz Exp $
+.\"	$NetBSD: stty.1,v 1.46 2022/05/14 21:04:34 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)stty.1	8.5 (Berkeley) 6/1/94
 .\"
-.Dd August 15, 2016
+.Dd May 14, 2022
 .Dt STTY 1
 .Os
 .Sh NAME
@@ -114,7 +114,8 @@ if possible.
 If the
 baud rate is set to zero, modem
 control is no longer
-asserted.
+asserted; this will normally hang up the line, including on ptys and
+other devices not physically connected to modems.
 .It Cm ispeed Ar number
 Set terminal input baud rate to
 .Ar number ,

Reply via email to