Fix typo; MAKDEV -> MAKEDEV
Submitted by: Dan Kalowsky <dkalowsky@wgate.com>
This commit is contained in:
parent
407df909f1
commit
fc0a9ef6fc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7840
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.86 2000/08/05 10:05:07 alex Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.87 2000/08/05 16:41:45 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -5269,7 +5269,7 @@ using a regular expression. </para>
|
|||
<para>To create these devices you should</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKDEV snd0</userinput></screen>
|
||||
&prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen>
|
||||
</answer></qandaentry>
|
||||
|
||||
<qandaentry><question>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.86 2000/08/05 10:05:07 alex Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.87 2000/08/05 16:41:45 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -5269,7 +5269,7 @@ using a regular expression. </para>
|
|||
<para>To create these devices you should</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /dev</userinput>
|
||||
&prompt.root; <userinput>sh MAKDEV snd0</userinput></screen>
|
||||
&prompt.root; <userinput>sh MAKEDEV snd0</userinput></screen>
|
||||
</answer></qandaentry>
|
||||
|
||||
<qandaentry><question>
|
||||
|
|
Loading…
Reference in a new issue