From owner-svn-src-all@FreeBSD.ORG Mon Jun 2 03:07:16 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5CFA345; Mon, 2 Jun 2014 03:07:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C386F2E94; Mon, 2 Jun 2014 03:07:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5237GPq040532; Mon, 2 Jun 2014 03:07:16 GMT (envelope-from bjk@svn.freebsd.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5237GZb040530; Mon, 2 Jun 2014 03:07:16 GMT (envelope-from bjk@svn.freebsd.org) Message-Id: <201406020307.s5237GZb040530@svn.freebsd.org> From: Benjamin Kaduk Date: Mon, 2 Jun 2014 03:07:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266963 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 03:07:16 -0000 Author: bjk (doc committer) Date: Mon Jun 2 03:07:16 2014 New Revision: 266963 URL: http://svnweb.freebsd.org/changeset/base/266963 Log: Note that recording is not supported for snd_envy24* PR: docs/166755 Approved by: hrs (mentor) Modified: head/share/man/man4/snd_envy24.4 head/share/man/man4/snd_envy24ht.4 Modified: head/share/man/man4/snd_envy24.4 ============================================================================== --- head/share/man/man4/snd_envy24.4 Mon Jun 2 03:03:57 2014 (r266962) +++ head/share/man/man4/snd_envy24.4 Mon Jun 2 03:07:16 2014 (r266963) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 30, 2006 +.Dd June 1, 2014 .Dt SND_ENVY24 4 .Os .Sh NAME @@ -65,6 +65,8 @@ M-Audio Delta Dio 2496 .It Terratec DMX 6fire .El +Only analog playback is supported. +Recording and other features of these cards are not supported. .Sh SEE ALSO .Xr sound 4 .Sh HISTORY Modified: head/share/man/man4/snd_envy24ht.4 ============================================================================== --- head/share/man/man4/snd_envy24ht.4 Mon Jun 2 03:03:57 2014 (r266962) +++ head/share/man/man4/snd_envy24ht.4 Mon Jun 2 03:07:16 2014 (r266963) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 28, 2007 +.Dd June 1, 2014 .Dt SND_ENVY24HT 4 .Os .Sh NAME @@ -85,6 +85,8 @@ Terratec PHASE 22 .It Terratec PHASE 28 .El +Only analog playback is supported. +Recording and other features of these cards are not supported. .Sh SEE ALSO .Xr sound 4 .Sh HISTORY