From osa@freebsd.org.ru  Tue Mar 25 06:22:18 2003
Return-Path: <osa@freebsd.org.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6430D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Mar 2003 06:22:18 -0800 (PST)
Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D01DA43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Mar 2003 06:22:17 -0800 (PST)
	(envelope-from osa@freebsd.org.ru)
Received: by freebsd.org.ru (Postfix, from userid 1000)
	id 98602193; Tue, 25 Mar 2003 17:22:16 +0300 (MSK)
Message-Id: <20030325142216.98602193@freebsd.org.ru>
Date: Tue, 25 Mar 2003 17:22:16 +0300 (MSK)
From: Sergey A.Osokin <osa@FreeBSD.org.ru>
Reply-To: Sergey A.Osokin <osa@FreeBSD.org.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] pcm(4): remove MAKEDEV reference
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50280
>Category:       docs
>Synopsis:       [PATCH] pcm(4): remove MAKEDEV reference
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 06:30:20 PST 2003
>Closed-Date:    Tue Mar 25 06:50:53 PST 2003
>Last-Modified:  Tue Mar 25 06:50:53 PST 2003
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD 5.0-CURRENT i386

>Description:
	pcm(4): remove MAKEDEV reference, clean up
	In -CURRENT we do not need reference "For systems without devfs(5)".
>How-To-Repeat:
>Fix:

===================================================================
RCS file: /home/ncvs/src/share/man/man4/pcm.4,v
retrieving revision 1.28
diff -u -r1.28 pcm.4
--- src/share/man/man4/pcm.4	13 Dec 2002 09:05:50 -0000	1.28
+++ src/share/man/man4/pcm.4	25 Mar 2003 14:20:57 -0000
@@ -152,29 +152,7 @@
 On systems with
 .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
-device can be created with the following commands:
-.Bd -literal -offset indent
-cd /dev; sh MAKEDEV snd0
-.Ed
-.Pp
-Similarly, the device nodes and symbolic links for the
-.Ql pcm1
-device would be created as follows:
-.Bd -literal -offset indent
-cd /dev; sh MAKEDEV snd1
-.Ed
-.Pp
-Since the
-.Pa /dev/MAKEDEV
-utility creates symbolic links that will be used by
-many utilities by default,
-the device nodes and symbolic links for the
-preferred audio device in systems with multiple audio devices
-should be created last.
+.El
 .Sh DIAGNOSTICS AND TROUBLESHOOTING
 .Bl -tag -width 2m
 .It ac97: dac not ready
>Release-Note:
>Audit-Trail:

From: Giorgos Keramidas <keramida@FreeBSD.org>
To: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/50280: [PATCH] pcm(4): remove MAKEDEV reference
Date: Tue, 25 Mar 2003 16:41:47 +0200

 On 2003-03-25 17:22, "Sergey A.Osokin" <osa@FreeBSD.org.ru> wrote:
 > ===================================================================
 > RCS file: /home/ncvs/src/share/man/man4/pcm.4,v
 > retrieving revision 1.28
 > diff -u -r1.28 pcm.4
 > --- src/share/man/man4/pcm.4	13 Dec 2002 09:05:50 -0000	1.28
 > +++ src/share/man/man4/pcm.4	25 Mar 2003 14:20:57 -0000
 > @@ -152,29 +152,7 @@
 
 >  On systems with
 >  .Xr devfs 5 ,
 >  supported device nodes will be created automatically.
 > -For systems without
 > -.Xr devfs 5 ,
 > [...]
 > -the device nodes and symbolic links for the
 > -preferred audio device in systems with multiple audio devices
 > -should be created last.
 > +.El
 >  .Sh DIAGNOSTICS AND TROUBLESHOOTING
 >  .Bl -tag -width 2m
 >  .It ac97: dac not ready
 
 This last .El doesn't match any .Bl.  Committed the rest.
 
 - Giorgos
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Mar 25 06:50:21 PST 2003 
State-Changed-Why:  
Committed, thanks :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Mar 25 06:50:21 PST 2003 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=50280 
>Unformatted:
