diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-19 22:08:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-19 22:08:01 +0000 |
commit | 8a9447c8eed0a3af4adbc32897d847be2feae574 (patch) | |
tree | 12faaf673da5447574e2f59aac5abc541895993f /share/man/man4 | |
parent | 17dca29766bc31069cfb1919c0d563fbf233dd93 (diff) | |
download | FreeBSD-src-8a9447c8eed0a3af4adbc32897d847be2feae574.zip FreeBSD-src-8a9447c8eed0a3af4adbc32897d847be2feae574.tar.gz |
* Remove "'s in the synopsis as config(8) does not require them any more.
* Optional bits now shown as such.
Submitted by: Philippe Charnier & bde
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/wd.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/wd.4 b/share/man/man4/man4.i386/wd.4 index 72de634..4da9422 100644 --- a/share/man/man4/man4.i386/wd.4 +++ b/share/man/man4/man4.i386/wd.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: wd.4,v 1.10 1998/10/22 14:12:55 bde Exp $ +.\" $Id: wd.4,v 1.11 1999/05/19 02:30:13 obrien Exp $ .\" .Dd August 31, 1994 .Dt WD 4 i386 @@ -34,12 +34,12 @@ .Nd Generic WD100x/IDE diskcontroller driver .Sh SYNOPSIS -.Cd "controller wdc0 at isa? port" \&"IO_WD1\&" bio irq 14 flags Ar flags +.Cd "controller wdc0 at isa? port" IO_WD1 irq 14 Op flags Ar flags .Cd "disk wd0 at wdc0 drive 0" -.Cd "disk wd1 at wdc0 drive 1" flags Ar flags +.Cd "disk wd1 at wdc0 drive 1" Op flags Ar flags .Pp For the CMD640b IDE controller: -.Cd "options" \&"CMD640\&" +.Cd "options" CMD640 .Sh DESCRIPTION This driver provides access to disks connected to controllers that emulate the Western Digital WD100x series. This range of controllers includes WD1003 |