diff options
author | 2016-09-01 10:08:23 +0000 | |
---|---|---|
committer | 2016-09-01 10:08:23 +0000 | |
commit | 6594530dc36b89b0c64fd50a73443f4f4cd4a301 (patch) | |
tree | b01cfd3e4a209339ee275350b1756e0aa417c1be | |
parent | remove references to sparc (diff) | |
download | wireguard-openbsd-6594530dc36b89b0c64fd50a73443f4f4cd4a301.tar.xz wireguard-openbsd-6594530dc36b89b0c64fd50a73443f4f4cd4a301.zip |
Fix typo: replace AUDIO_GETINFO by AUDIO_GETPAR.
-rw-r--r-- | share/man/man4/audio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index ede52ded4d5..1596b3bca81 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.72 2016/08/31 07:22:43 ratchov Exp $ +.\" $OpenBSD: audio.4,v 1.73 2016/09/01 10:08:23 ratchov Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 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 31 2016 $ +.Dd $Mdocdate: September 1 2016 $ .Dt AUDIO 4 .Os .Sh NAME @@ -176,7 +176,7 @@ of the driver. The driver will attempt to set the given parameters; if the device doesn't support them, it will choose other parameters. Then the software must call -.Dv AUDIO_GETINFO +.Dv AUDIO_GETPAR to obtain the parameters in use. .Pp The parameters are as follows: |