diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-10 20:11:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-10 20:11:37 +0000 |
commit | 7833f0b44a44bfdc9d869d72c65162eee8739836 (patch) | |
tree | 523a406b1b45d82555cb2c84c9e262895abb8e65 /share/man/man4/man4.sparc/tcx.4 | |
parent | 6a5d4fbfb70f50049bbbac93a2684c6d1a469419 (diff) |
Better frame buffer manual pages: attempt to better describe the frame buffers
supported by the various drivers, and provide more accurate information
about them.
Some feedback and fixes from jmc@ and deraadt@
Diffstat (limited to 'share/man/man4/man4.sparc/tcx.4')
-rw-r--r-- | share/man/man4/man4.sparc/tcx.4 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/tcx.4 b/share/man/man4/man4.sparc/tcx.4 index 8da90bb827e..50cce91b986 100644 --- a/share/man/man4/man4.sparc/tcx.4 +++ b/share/man/man4/man4.sparc/tcx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcx.4,v 1.20 2003/03/10 11:35:06 jmc Exp $ +.\" $OpenBSD: tcx.4,v 1.21 2003/03/10 20:11:33 miod Exp $ .\" $NetBSD: tcx.4,v 1.3 1997/10/08 22:00:14 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -47,8 +47,13 @@ .Sh DESCRIPTION The .Nm -is a memory based color frame buffer, with graphics acceleration and -overlay capabilities, for the +is an 8 bit color frame buffer, with graphics acceleration, +found on-board the SPARCstation 4, and also available in a 24 bit version +as an AFX board for the SPARCstation 5. +.Pp +The +.Nm +driver interfaces the frame buffer with the .Xr wscons 4 console framework. It does not provide direct device driver entry points |