Add quotes around snd_emu10k1.
The config(8) coming with 5.X requires the quotes. This syntax should not be a problem for the reader since just after the kernel line, the text says: "Be sure to read the manual page of the driver for the syntax to use." etc. Requested by: Many
This commit is contained in:
parent
48200bef5b
commit
10c0800f23
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22672
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
supported by the &man.snd.emu10k1.4; driver. To add the support
|
||||
for this card, use the following:</para>
|
||||
|
||||
<programlisting>device snd_emu10k1</programlisting>
|
||||
<programlisting>device "snd_emu10k1"</programlisting>
|
||||
|
||||
<para>Be sure to read the manual page of the driver for the
|
||||
syntax to use. Information regarding the syntax of sound
|
||||
|
|
Loading…
Reference in a new issue