svn commit: r351112 - stable/11/share/man/man4

Pedro F. Giffuni pfg at FreeBSD.org
Fri Aug 16 04:54:39 UTC 2019


Author: pfg
Date: Fri Aug 16 04:54:38 2019
New Revision: 351112
URL: https://svnweb.freebsd.org/changeset/base/351112

Log:
  MFC r350970:
  Add deprecation notice to snd_maestro(4).
  
  As suggested in:
  https://wiki.freebsd.org/WhatsGoing/FreeBSD13
  
  this old driver is buggy and no one is working on it so we should deprecate
  it for the next release.

Modified:
  stable/11/share/man/man4/snd_maestro.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/snd_maestro.4
==============================================================================
--- stable/11/share/man/man4/snd_maestro.4	Fri Aug 16 04:53:14 2019	(r351111)
+++ stable/11/share/man/man4/snd_maestro.4	Fri Aug 16 04:54:38 2019	(r351112)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 15, 2005
+.Dd August 12, 2019
 .Dt SND_MAESTRO 4
 .Os
 .Sh NAME
@@ -73,6 +73,9 @@ The
 .Nm
 device driver first appeared in
 .Fx 4.2 .
+.Pp
+This driver will be removed in a future version of the
+.Fx base system.
 .Sh AUTHORS
 This manual page was written by
 .An Jorge Mario G. Mazo Aq Mt jgutie11 at eafit.edu.co .


More information about the svn-src-all mailing list