summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-06-25 09:56:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-06-25 09:56:19 +0000
commit6940f28e26b0bfc40efd0c4e25c1ddb1a106af2e (patch)
tree2d653b67e22cb4416f0cec12d53acb84385f9e81
parente965c837604486eb7ff4c3e876a247dbf6339412 (diff)
Greg A. Woods: stty(1) should mention tty(4)
-rw-r--r--bin/stty/stty.17
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index f14545dcf00..faf9004463d 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stty.1,v 1.33 2007/05/31 19:19:15 jmc Exp $
+.\" $OpenBSD: stty.1,v 1.34 2007/06/25 09:56:18 jmc Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)stty.1 8.5 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 25 2007 $
.Dt STTY 1
.Os
.Sh NAME
@@ -647,7 +647,8 @@ The
.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
-.Xr termios 4
+.Xr termios 4 ,
+.Xr tty 4
.Sh STANDARDS
The
.Nm