summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2003-04-25 18:09:42 +0000
committeravsm <avsm@openbsd.org>2003-04-25 18:09:42 +0000
commit28920abe39a8f11f4e5c2ef29ffea31b50000115 (patch)
tree130b0c09e6bd90e7861743e5a73e83e5be54d58f
parentFix nat proxy port allocation. In case a range was manually specified, (diff)
downloadwireguard-openbsd-28920abe39a8f11f4e5c2ef29ffea31b50000115.tar.xz
wireguard-openbsd-28920abe39a8f11f4e5c2ef29ffea31b50000115.zip
AUDIO_ENCODING_* is below, not above the struct description
jason@ ok
-rw-r--r--share/man/man4/audio.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index 449f5a61873..5a6d7297238 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.30 2003/03/28 09:47:20 jmc Exp $
+.\" $OpenBSD: audio.4,v 1.31 2003/04/25 18:09:42 avsm Exp $
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -338,7 +338,7 @@ struct audio_prinfo {
u_int sample_rate; /* sample rate in samples/s */
u_int channels; /* number of channels, usually 1 or 2 */
u_int precision; /* number of bits/sample */
- u_int encoding; /* data encoding (AUDIO_ENCODING_* above) */
+ u_int encoding; /* data encoding (AUDIO_ENCODING_* below) */
u_int gain; /* volume level */
u_int port; /* selected I/O port */
u_int seek; /* BSD extension */