diff options
author | 2008-10-19 03:13:06 +0000 | |
---|---|---|
committer | 2008-10-19 03:13:06 +0000 | |
commit | 583fca45c4125faa2b959ce9434383c99fab785b (patch) | |
tree | 99a6a93b24484e9c964ef2cd4ed57ffe28f832b2 | |
parent | Mention the specific southbridges that are supported. (diff) | |
download | wireguard-openbsd-583fca45c4125faa2b959ce9434383c99fab785b.tar.xz wireguard-openbsd-583fca45c4125faa2b959ce9434383c99fab785b.zip |
Add a BUGS section to mention the status of S/PDIF support.
-rw-r--r-- | share/man/man4/auacer.4 | 6 | ||||
-rw-r--r-- | share/man/man4/auixp.4 | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/auacer.4 b/share/man/man4/auacer.4 index a1095fe74b2..ba40490e7cd 100644 --- a/share/man/man4/auacer.4 +++ b/share/man/man4/auacer.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auacer.4,v 1.1 2008/08/28 10:29:35 mikeb Exp $ +.\" $OpenBSD: auacer.4,v 1.2 2008/10/19 03:13:06 brad Exp $ .\" $NetBSD: auacer.4,v 1.3.20.1 2008/06/02 13:21:34 mjf Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 28 2008 $ +.Dd $Mdocdate: October 19 2008 $ .Dt AUACER 4 .Os .Sh NAME @@ -54,4 +54,4 @@ device driver first appeared in and was subsequently ported to .Ox . .Sh BUGS -No input supported. +No support for recording or S/PDIF. diff --git a/share/man/man4/auixp.4 b/share/man/man4/auixp.4 index ec4ceda258a..20de80494a6 100644 --- a/share/man/man4/auixp.4 +++ b/share/man/man4/auixp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auixp.4,v 1.8 2008/10/19 02:58:28 brad Exp $ +.\" $OpenBSD: auixp.4,v 1.9 2008/10/19 03:13:06 brad Exp $ .\" $NetBSD: auixp.4,v 1.4 2005/06/22 04:19:09 kent Exp $ .\" .\" Copyright (c) 2004, 2005 The NetBSD Foundation, Inc. @@ -54,3 +54,5 @@ The .Nm device driver appeared in .Ox 3.8 . +.Sh BUGS +S/PDIF support is not fully implemented. |