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/sfr.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/sfr.4')
-rw-r--r-- | share/man/man4/sfr.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/sfr.4 b/share/man/man4/sfr.4 index 7a8ba1cc3b9..91a10add962 100644 --- a/share/man/man4/sfr.4 +++ b/share/man/man4/sfr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sfr.4,v 1.2 2002/05/30 18:42:34 mickey Exp $ +.\" $OpenBSD: sfr.4,v 1.3 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 2002 Vladimir Popov .\" All rights reserved. @@ -31,7 +31,8 @@ .Nd SoundForte RadioLink SF16-FMR FM radio device driver .Sh SYNOPSIS .Cd "sfr0 at isa? port 0x384" -.Cd "radio* at sfr0" +.Cd "sfr1 at isa? port 0x284" +.Cd "radio* at sfr?" .Sh DESCRIPTION The .Nm @@ -51,6 +52,7 @@ The SF16-FMR 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 or 0x284. .Sh SEE ALSO +.Xr intro 4 , .Xr isa 4 , .Xr radio 4 , .Xr radio 9 |