summaryrefslogtreecommitdiff
path: root/share/man/man9/audio.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/audio.9')
-rw-r--r--share/man/man9/audio.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9
index e05c264ff98..6fb1422234a 100644
--- a/share/man/man9/audio.9
+++ b/share/man/man9/audio.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.9,v 1.14 2003/06/06 20:56:32 jmc Exp $
+.\" $OpenBSD: audio.9,v 1.15 2003/10/23 18:31:34 jmc Exp $
.\" $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -149,7 +149,7 @@ Some fields are optional and can be set to 0 if not needed.
.It Dv int open(void *hdl, int flags)
is called when the audio device is opened, with
.Va flags
-the kernel represention of flags passed to the
+the kernel representation of flags passed to the
.Xr open 2
system call
.Po