diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
commit | 7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch) | |
tree | bb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/maestro.4 | |
parent | 4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff) |
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...
reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/maestro.4')
-rw-r--r-- | share/man/man4/maestro.4 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man4/maestro.4 b/share/man/man4/maestro.4 index 0bb1043ea65..90ea83f3bdc 100644 --- a/share/man/man4/maestro.4 +++ b/share/man/man4/maestro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maestro.4,v 1.9 2002/04/08 01:51:25 frantzen Exp $ +.\" $OpenBSD: maestro.4,v 1.10 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2001 Marc Espie. .\" All rights reserved. @@ -55,17 +55,18 @@ does not support it. Other functions of maestro cards (modem, joystick) are not supported. .Pp PCI interrupt sharing works, as long as other devices comply too. +.Sh SEE ALSO +.Xr ac97 4 , +.Xr audio 4 , +.Xr esa 4 , +.Xr intro 4 , +.Xr pci 4 .Sh HISTORY Maestro hardware information was gleaned from the .Fx and Linux OSS drivers. .Sh AUTHORS David Leonard and Marc Espie. -.Sh SEE ALSO -.Xr ac97 4 , -.Xr audio 4 , -.Xr esa 4 , -.Xr pci 4 .Sh BUGS Very old cards with a PT101 mixer component should have partial support, e.g., the mixer does not work. |