diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 14:19:17 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 14:19:17 +0000 |
commit | 2bbfbcee9b01ef81ac62be96ca464417a1c9c63c (patch) | |
tree | 2d550c74190d4e76c4e04d1a6238216b3a4e7a68 /share/man | |
parent | 465793ff62065ae96bc6f4ce836c482683835d1f (diff) | |
download | FreeBSD-src-2bbfbcee9b01ef81ac62be96ca464417a1c9c63c.zip FreeBSD-src-2bbfbcee9b01ef81ac62be96ca464417a1c9c63c.tar.gz |
Add a FILES section which, as a side-effect, just so happens to
give device node creation instructions.
PR: 20060
Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pcm.4 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index 87eed16..5e8cd62 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -122,7 +122,20 @@ Creative Labs SoundBlaster PCI is supported as well. .It NeoMagic 256AV/ZX (PCI) .Pp .El -.Pp +.Sh FILES +.Bl -tag -width /dev/snd* -compact +.It Pa /dev/snd* +Device nodes created with the shell commands +.Bk -words +.Ql cd /dev; sh MAKEDEV snd0 +.Ek +for the pcm0 device, +.Bk -words +.Ql cd /dev; sh MAKEDEV snd1 +.Ek +for the pcm1 device, +etc. +.El .Sh DIAGNOSTICS AND TROUBLESHOOTING .Bl -tag -width 2m .It ac97: dac not ready |