diff options
author | 2010-02-26 14:14:14 +0000 | |
---|---|---|
committer | 2010-02-26 14:14:14 +0000 | |
commit | 24ec65532496aacc4e936baa8361280147f8c226 (patch) | |
tree | dcb72dd8235542d0de8c734be44a325869048c55 | |
parent | pcfadc is in section 4 of the manual, not in section 8; use lower (diff) | |
download | wireguard-openbsd-24ec65532496aacc4e936baa8361280147f8c226.tar.xz wireguard-openbsd-24ec65532496aacc4e936baa8361280147f8c226.zip |
remove superfluous hyphen on `analog-to-digital' and `digital-to-analog'
for consistency with other manual pages.
ok jakemsr@
-rw-r--r-- | share/man/man4/ac97.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ac97.4 b/share/man/man4/ac97.4 index f6c20d447e2..1725db9c1c6 100644 --- a/share/man/man4/ac97.4 +++ b/share/man/man4/ac97.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ac97.4,v 1.17 2008/08/28 13:09:02 jmc Exp $ +.\" $OpenBSD: ac97.4,v 1.18 2010/02/26 14:14:14 sobrado Exp $ .\" .\" Copyright (c) 1999, 2000 Constantine Sapuntzakis .\" @@ -28,14 +28,14 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.Dd $Mdocdate: August 28 2008 $ +.Dd $Mdocdate: February 26 2010 $ .Dt AC97 4 .Os .Sh NAME .Nm ac97 .Nd generic AC'97 codec driver .Sh DESCRIPTION -AC'97 codecs contain the analog-to-digital (A/D), digital-to-analog +AC'97 codecs contain the analog to digital (A/D), digital to analog (D/A), and mixing circuitry of many modern sound cards. AC'97 codecs, for the most part, do not talk to host buses like the PCI bus directly. |