diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 06:50:13 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 06:50:13 +0000 |
commit | 2d1565ea86417a77cedfd20e537a46de5a418f5c (patch) | |
tree | 3ac15ca3ba10a7fe95e95b7d98cf951bc5aa23b9 /usr.sbin/wsconscfg/wsconscfg.8 | |
parent | daa86d1ec184c56e720f8b840fc68b698dc062d7 (diff) |
Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.
Diffstat (limited to 'usr.sbin/wsconscfg/wsconscfg.8')
-rw-r--r-- | usr.sbin/wsconscfg/wsconscfg.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/wsconscfg.8 b/usr.sbin/wsconscfg/wsconscfg.8 index cbce2e90c59..c8ac911de90 100644 --- a/usr.sbin/wsconscfg/wsconscfg.8 +++ b/usr.sbin/wsconscfg/wsconscfg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconscfg.8,v 1.3 2000/11/09 17:53:26 aaron Exp $ +.\" $OpenBSD: wsconscfg.8,v 1.4 2001/01/30 06:50:12 aaron Exp $ .\" $NetBSD: wsconscfg.8,v 1.5 1999/05/15 14:45:06 drochner Exp $ .\" .Dd January 12, 1999 @@ -41,7 +41,7 @@ The options are as follows: .It Fl f Ar ctldev Specify the control device of the wscons display to operate on. Default is -.Pa /dev/ttyEcfg . +.Pa /dev/ttyCcfg . .It Fl d Delete the specified terminal. Any specified terminal that is currently open by a program will not be deleted |