diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-12-05 07:41:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-12-05 07:41:41 +0000 |
commit | ada937b0db8e5d19b8af57681df395b8f90e38a3 (patch) | |
tree | 688fe6953be789f633b196d8d44081138912cbe0 | |
parent | fabb7cefc7087f05e53903db41ac330077829093 (diff) |
no more stty(3), so point to tty(4);
as advised by deraadt
-rw-r--r-- | lib/libocurses/otermcap.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libocurses/otermcap.3 b/lib/libocurses/otermcap.3 index a6b48d83f38..c2e62dfd828 100644 --- a/lib/libocurses/otermcap.3 +++ b/lib/libocurses/otermcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: otermcap.3,v 1.8 2007/05/31 19:19:36 jmc Exp $ +.\" $OpenBSD: otermcap.3,v 1.9 2013/12/05 07:41:40 jmc Exp $ .\" $NetBSD: termcap.3,v 1.5 1995/06/05 19:45:48 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)termcap.3 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 5 2013 $ .Dt TERMCAP 3 .Os .Sh NAME @@ -239,7 +239,7 @@ is a routine which is called with each character in turn. The external variable .Va ospeed should contain the output speed of the terminal as encoded by -.Xr stty 3 . +.Xr tty 4 . The external variable .Va PC should contain a pad character to be used (from the |