diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-04-25 18:09:43 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-04-25 18:09:43 +0000 |
commit | a5d055cd3e7192e8ab92e3d23f447d6e7e92855e (patch) | |
tree | c984dcef0bddb6c3b1a5857b431fbc26bd7cfbc3 | |
parent | 02a4a9ac023afd32f27aafb2d4e6e6b9f3664fb8 (diff) |
AUDIO_ENCODING_* is below, not above the struct description
jason@ ok
-rw-r--r-- | share/man/man4/audio.4 | 4 |
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 */ |