Correct a typo.

PR:		30454
Submitted by:	Martin Heinen <mheinen0@wiesbaden-online.de>
This commit is contained in:
Dima Dorfman 2001-09-09 14:34:18 +00:00
parent 3111866773
commit 913404e9fd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10632

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.58 2001/09/05 00:57:22 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.59 2001/09/07 00:13:40 chern Exp $
-->
<chapter id="disks">
@ -1468,7 +1468,7 @@ disklabel -e ad3</programlisting>
argument being the device to configure, in this case,
<devicename>/dev/ccd0c</devicename>. The device node for
<devicename>ccd0c</devicename> may not exist yet, so to create
it, preform the following commands:</para>
it, perform the following commands:</para>
<programlisting>cd /dev
sh MAKEDEV ccd0</programlisting>