summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.i386/pcm.49
-rw-r--r--share/man/man4/pcm.49
2 files changed, 4 insertions, 14 deletions
diff --git a/share/man/man4/man4.i386/pcm.4 b/share/man/man4/man4.i386/pcm.4
index dcc2c41..0478e350 100644
--- a/share/man/man4/man4.i386/pcm.4
+++ b/share/man/man4/man4.i386/pcm.4
@@ -62,16 +62,11 @@ So, if you have the following line in your kernel config file:
.Pp
your first PnP audio card will be unit #1, i.e. it will be accessible
as /dev/audio1, /dev/dsp1, etc.
-Many application default to using /dev/audio, so you can create
-symlinks from /dev/audio etc to the correct device entries as follows:
+Many applications default to using /dev/audio, but appropriate
+symlinks will be created as a side-effect of the the following command:
.Pp
.Cd cd /dev
-.Cd rm audio dsp dspW mixer
.Cd ./MAKEDEV snd1
-.Cd ln -s audio1 audio
-.Cd ln -s dsp1 dsp
-.Cd ln -s dspW1 dspW
-.Cd ln -s mixer1 mixer
.Pp
The driver works best with WSS/MSS cards, which have a very clean
architecture and an orthogonal set of features. They also happen to be
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4
index dcc2c41..0478e350 100644
--- a/share/man/man4/pcm.4
+++ b/share/man/man4/pcm.4
@@ -62,16 +62,11 @@ So, if you have the following line in your kernel config file:
.Pp
your first PnP audio card will be unit #1, i.e. it will be accessible
as /dev/audio1, /dev/dsp1, etc.
-Many application default to using /dev/audio, so you can create
-symlinks from /dev/audio etc to the correct device entries as follows:
+Many applications default to using /dev/audio, but appropriate
+symlinks will be created as a side-effect of the the following command:
.Pp
.Cd cd /dev
-.Cd rm audio dsp dspW mixer
.Cd ./MAKEDEV snd1
-.Cd ln -s audio1 audio
-.Cd ln -s dsp1 dsp
-.Cd ln -s dspW1 dspW
-.Cd ln -s mixer1 mixer
.Pp
The driver works best with WSS/MSS cards, which have a very clean
architecture and an orthogonal set of features. They also happen to be
OpenPOWER on IntegriCloud