From nobody@FreeBSD.org  Tue May  8 11:39:08 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A582B16A403
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 May 2007 11:39:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 9567513C484
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  8 May 2007 11:39:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l48Bd8WE028108
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 8 May 2007 11:39:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l48BY6gh026057;
	Tue, 8 May 2007 11:34:06 GMT
	(envelope-from nobody)
Message-Id: <200705081134.l48BY6gh026057@www.freebsd.org>
Date: Tue, 8 May 2007 11:34:06 GMT
From: Pietro Cerutti<gahr@gahr.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Missing "line" device in man 8 mixer
X-Send-Pr-Version: www-3.0

>Number:         112520
>Category:       docs
>Synopsis:       [patch] Missing "line" device in mixer(8)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 11:40:06 GMT 2007
>Closed-Date:    Thu May 17 19:03:26 GMT 2007
>Last-Modified:  Thu May 17 19:03:26 GMT 2007
>Originator:     Pietro Cerutti
>Release:        FreeBSD 6.2-STABLE
>Organization:
Bern University of Applied Sciences - Engineering and Information Technology
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #18: Mon May  7 15:26:43 CEST 2007     root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034  i386
>Description:
man 8 mixer reports the list of possible mixer devices available:

vol, bass, treble, synth, pcm, speaker, mic, cd, mix, pcm2, rec, igain, ogain, line1, line2, and line3.

This doesn't include the "line" mixer, which is usually found between "speaker" and "mic".

>How-To-Repeat:
man 8 mixer
>Fix:
# cd /usr/src
# patch < mixer.8.diff
# cd usr.sbin/mixer/
# make && make install

Patch attached with submission follows:

--- usr.sbin/mixer/mixer.8.orig	Tue May  8 13:29:52 2007
+++ usr.sbin/mixer/mixer.8	Tue May  8 13:30:04 2007
@@ -73,7 +73,7 @@
 of mixer devices that may be modified are:
 .Pp
 .Bd -ragged -offset indent
-vol, bass, treble, synth, pcm, speaker, mic, cd, mix,
+vol, bass, treble, synth, pcm, speaker, line, mic, cd, mix,
 pcm2, rec, igain, ogain, line1, line2, and line3.
 .Ed
 .Pp

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Wed May 9 05:34:15 UTC 2007 
State-Changed-Why:  
Committed to HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112520 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/112520: commit references a PR
Date: Wed,  9 May 2007 05:34:02 +0000 (UTC)

 maxim       2007-05-09 05:33:54 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.sbin/mixer       mixer.8 
   Log:
   o Add "line" device to a list of mixer(8) devices.
   
   PR:             docs/112520
   Submitted by:   Pietro Cerutti
   MFC after:      1 week
   
   Revision  Changes    Path
   1.25      +1 -1      src/usr.sbin/mixer/mixer.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Thu May 17 19:03:10 UTC 2007 
State-Changed-Why:  
Merged to RELENG_6. 

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