diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-08 08:52:51 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-08 08:52:51 +0000 |
commit | c87dd9d66fd70ab665f3fe63a4d4c12297fd6d3c (patch) | |
tree | e2fd33a37063d27fcd6363718e11c71cb8d93df5 /share/man/man4/man4.i386 | |
parent | 533a05b94ee699b82e97884d4ef1795e626bc97e (diff) |
o) better -mdoc syntax;
o) start new sentence on a new line;
o) sort SEE ALSO;
o) close .Bd;
millert@ ok
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/az.4 | 24 | ||||
-rw-r--r-- | share/man/man4/man4.i386/sf2r.4 | 15 | ||||
-rw-r--r-- | share/man/man4/man4.i386/sf4r.4 | 7 |
3 files changed, 24 insertions, 22 deletions
diff --git a/share/man/man4/man4.i386/az.4 b/share/man/man4/man4.i386/az.4 index 52efccb0ea8..7c08b3c5deb 100644 --- a/share/man/man4/man4.i386/az.4 +++ b/share/man/man4/man4.i386/az.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: az.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" $OpenBSD: az.4,v 1.2 2001/10/08 08:52:50 mpech Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -39,17 +39,19 @@ The driver provides support for the Aztech/PackardBell radio cards. .Pp The Aztech/PackardBell cards are stereo FM tuners that allow to tune -in the 87.5-108.0 MHz range. It is capable to report signal status -(tuned/not tuned, stereo/mono signal) and force audio output to mono. +in the 87.5-108.0 MHz range. +It is capable to report signal status (tuned/not tuned, stereo/mono signal) +and force audio output to mono. .Pp -The Aztech cards use only one I/O port. The I/O port is set by the driver to -the value specified in the configuration file. The I/O port must be one of +The Aztech cards use only one I/O port. +The I/O port is set by the driver to the value specified in the configuration +file. +The I/O port must be one of 0x350 and 0x358. .Sh BUGS -It is impossible to determine which frequency the card is tuned to. Thus, -the driver will report an internally stored value even if it is not correct -(changed by some program that uses direct port access). +It is impossible to determine which frequency the card is tuned to. +Thus, the driver will report an internally stored value even if it is not +correct (changed by some program that uses direct port access). .Sh SEE ALSO -.Xr radio 4 , -.Xr isa 4 . - +.Xr isa 4 , +.Xr radio 4 diff --git a/share/man/man4/man4.i386/sf2r.4 b/share/man/man4/man4.i386/sf2r.4 index 179b427c560..72955161199 100644 --- a/share/man/man4/man4.i386/sf2r.4 +++ b/share/man/man4/man4.i386/sf2r.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sf2r.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" $OpenBSD: sf2r.4,v 1.2 2001/10/08 08:52:50 mpech Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -42,13 +42,14 @@ The SF16-FMR2 is a stereo FM tuner that allows to tune in the range audio output to mono, perform hardware signal search, and has an internal AFC. .Pp -The SF16-FMR2 cards take only one I/O port. The I/O port is set by the driver -to the value specified in the configuration file and must be 0x384. +The SF16-FMR2 cards take only one I/O port. +The I/O port is set by the driver to the value specified in the configuration +file and must be 0x384. .Sh BUGS MediaForte made two variants of the SF16-FMR2 cards, the first one has an internal amplifier of the output sound, the second one does not have -such an amplifier. The current driver supports only the second variant. +such an amplifier. +The current driver supports only the second variant. .Sh SEE ALSO -.Xr radio 4 , -.Xr isa 4 . - +.Xr isa 4 , +.Xr radio 4 diff --git a/share/man/man4/man4.i386/sf4r.4 b/share/man/man4/man4.i386/sf4r.4 index d33606c1275..01bd576ea7c 100644 --- a/share/man/man4/man4.i386/sf4r.4 +++ b/share/man/man4/man4.i386/sf4r.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sf4r.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" $OpenBSD: sf4r.4,v 1.2 2001/10/08 08:52:50 mpech Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -45,6 +45,5 @@ AFC. Because MediaForte put FM801 on the board, the current driver cannot distinguish sound cards based on FM801 and SF64-PCR. .Sh SEE ALSO -.Xr radio 4 , -.Xr pci 4 . - +.Xr pci 4 , +.Xr radio 4 |