diff options
author | 2013-12-05 07:41:40 +0000 | |
---|---|---|
committer | 2013-12-05 07:41:40 +0000 | |
commit | a93be355900dd1fad053f08a9e2ce96da9775158 (patch) | |
tree | 33fdfe6f8dafb5798db689aa24b930c19c0c1749 | |
parent | sync (diff) | |
download | wireguard-openbsd-a93be355900dd1fad053f08a9e2ce96da9775158.tar.xz wireguard-openbsd-a93be355900dd1fad053f08a9e2ce96da9775158.zip |
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 |