diff options
| author | Hideyuki KURASHINA <rushani@FreeBSD.org> | 2003-11-08 10:28:31 +0000 |
|---|---|---|
| committer | Hideyuki KURASHINA <rushani@FreeBSD.org> | 2003-11-08 10:28:31 +0000 |
| commit | f6aff0f3295cc14a58a5ba122492e3c55f85ae53 (patch) | |
| tree | 8cf3c7ca078ac422b7f869cd766c8fba3afe1bff | |
| parent | aeb1d7b554af059188dcf5941b16e062efb91f82 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/Makefile | 1 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/wd.4 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 51b055d879921..7863f1f2f326c 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -14,6 +14,7 @@ MAN= aic.4 alpm.4 amdpm.4 apm.4 ar.4 asc.4 \ MLINKS=pae.4 PAE.4 MLINKS+=spkr.4 speaker.4 MLINKS+=sbni.4 if_sbni.4 +MLINKS+=wd.4 wdc.4 MANSUBDIR=/i386 diff --git a/share/man/man4/man4.i386/wd.4 b/share/man/man4/man4.i386/wd.4 index 0019b06ffc5df..051e69d3bdc80 100644 --- a/share/man/man4/man4.i386/wd.4 +++ b/share/man/man4/man4.i386/wd.4 @@ -30,7 +30,8 @@ .Dt WD 4 i386 .Os .Sh NAME -.Nm wd +.Nm wd , +.Nm wdc .Nd generic WD100x/IDE disk controller driver .Sh SYNOPSIS .Cd "device wdc0 at isa? port IO_WD1 irq 14" Op flags Ar flags |
