diff options
author | nik <nik@FreeBSD.org> | 1999-05-29 13:08:12 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-05-29 13:08:12 +0000 |
commit | f6d67ae3197985070a6697baab80799217f1bcde (patch) | |
tree | c87ba02c3ac62e357e752d038db647314b6243b9 /share/man | |
parent | 61311c22af90597939d9800366f91f514e468ff6 (diff) | |
download | FreeBSD-src-f6d67ae3197985070a6697baab80799217f1bcde.zip FreeBSD-src-f6d67ae3197985070a6697baab80799217f1bcde.tar.gz |
Fix a couple of typos related to wfd.
PR: docs/10624
Submitted by: Joe Abley <jabley@buddha.clear.net.nz>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/wfd.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/wfd.4 b/share/man/man4/man4.i386/wfd.4 index a00e6a2..776e002 100644 --- a/share/man/man4/man4.i386/wfd.4 +++ b/share/man/man4/man4.i386/wfd.4 @@ -25,7 +25,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: wfd.4,v 1.4 1998/06/04 06:30:50 charnier Exp $ +.\" $Id: wfd.4,v 1.5 1998/08/31 16:41:07 wosch Exp $ .\" .Dd January 16, 1998 .Dt WFD 4 @@ -62,7 +62,7 @@ driver. The first device found will be attached as .Em wfd0 and the next, -.Em wfd0 , +.Em wfd1 , and so on. .Pp When used with a LS-120 drive, this driver will read/write the following @@ -126,7 +126,7 @@ Next, disklabel the disk: .Dl # disklabel -rw wfd0 fd120m Then newfs as usual: -.Dl # newfs /dev/rfd0a +.Dl # newfs /dev/rwfd0a .Fi To create a standard 1.44mb floppy in a LS-120 drive, do the same |