Update the pcm(4) manual page to explain devfs, fix a grammar error and

cross-ref devfs(5).

Approved by:	re (jhb)
This commit is contained in:
Tom Rhodes
2002-12-12 19:50:09 +00:00
parent 765187cac7
commit 0509e374ac
+8 -3
View File
@@ -149,10 +149,14 @@ Device probe messages can be examined with the
.Xr dmesg 8 .Xr dmesg 8
utility. utility.
.Pp .Pp
All the appropriate device nodes and symbolic links On systems with
for the .Xr devfs 5 ,
supported device nodes will be created automatically.
For systems without
.Xr devfs 5 ,
appropriate device nodes and symbolic links for the
.Ql pcm0 .Ql pcm0
device would created with the following commands: device can be created with the following commands:
.Bd -literal -offset indent .Bd -literal -offset indent
cd /dev; sh MAKEDEV snd0 cd /dev; sh MAKEDEV snd0
.Ed .Ed
@@ -190,6 +194,7 @@ rewritten in
.Fx 4.0 . .Fx 4.0 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr csa 4 , .Xr csa 4 ,
.Xr devfs 5 ,
.Xr gusc 4 , .Xr gusc 4 ,
.Xr sbc 4 .Xr sbc 4
.Sh AUTHORS .Sh AUTHORS