Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Whitespace, wording, typos.



details:   https://anonhg.NetBSD.org/src/rev/be976db1f7a6
branches:  trunk
changeset: 780291:be976db1f7a6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 19 10:27:58 2012 +0000

description:
Whitespace, wording, typos.

diffstat:

 share/man/man4/tdvfb.4 |  29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diffs (64 lines):

diff -r 1b58c447208b -r be976db1f7a6 share/man/man4/tdvfb.4
--- a/share/man/man4/tdvfb.4    Thu Jul 19 09:53:06 2012 +0000
+++ b/share/man/man4/tdvfb.4    Thu Jul 19 10:27:58 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tdvfb.4,v 1.1 2012/07/19 08:57:09 rkujawa Exp $
+.\"    $NetBSD: tdvfb.4,v 1.2 2012/07/19 10:27:58 wiz Exp $
 .\"
 .\" Copyright (c) 2012 Radoslaw Kujawa
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 The
 .Nm
 driver provides support for the 3Dfx Voodoo 2 graphics card and provides an
-interface for machine independent
+interface for the machine independent
 .Xr wscons 4
 driver.
 .Pp
@@ -46,10 +46,11 @@
 have any kind of firmware.
 The
 .Nm
-driver is albe to do low level initialization (boot) of the board, which means
+driver is able to do low level initialization (boot) of the board, which means
 that it can be used on all architectures and is truly machine independent.
-However, it also means that driver is can not detect automatically if Voodoo2
+However, it also means that driver is cannot detect automatically if Voodoo2
 is used as a console.
+The
 .Dv TDVFB_CONSOLE
 option is provided and should be set if the
 .Nm
@@ -75,21 +76,21 @@
 were used as reference.
 The
 .Xr wscons 4
-attachment code is based mostly on a
+attachment code is based mostly on the
 .Xr genfb 4
 driver by
 .An Michael Lorenz .
 .Sh BUGS
 The
-.Nm 
-driver is unaccelerated. 3Dfx Voodoo2 has a simple 2D graphics engine but it is
-unsupported yet.
+.Nm
+driver is unaccelerated.
+3Dfx Voodoo2 has a simple 2D graphics engine but it is unsupported yet.
 .Pp
-Video mode is hard coded to 800x600 at 60Hz in 32-bits, it should be selectable
-at least via kernel configuration file. 
-It is not possibe to detect what resolutions are supported by the monitor,
+Video mode is hard-coded to 800x600 at 60Hz in 32-bits, it should be selectable
+at least via kernel configuration file.
+It is not possible to detect what resolutions are supported by the monitor,
 since Voodoo2 has no DDC interface.
 .Pp
-8-bit depth is not supported by the hardware. 
-16-bit depth is supported by the hardware and is a prefered depth, however it 
-does not work corretly at the moment (this is a driver problem).
+8-bit depth is not supported by the hardware.
+16-bit depth is supported by the hardware and is the preferred depth, however it
+does not work correctly at the moment (this is a driver problem).



Home | Main Index | Thread Index | Old Index