diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-01 16:11:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-01 16:11:27 +0000 |
commit | a8101bb62a943a6f3be32e278dfb61b33f912399 (patch) | |
tree | 729bb494a3d7ffc4446d41c7f093d0b3c6b5e639 /share/man/man4/audio.4 | |
parent | 12ca5d25eb55ba1e1070228b55554de4dfdc9676 (diff) |
A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.
Diffstat (limited to 'share/man/man4/audio.4')
-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 f7e0fe13eaa..51f7396682c 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.18 2001/01/13 19:53:51 aaron Exp $ +.\" $OpenBSD: audio.4,v 1.19 2001/03/01 16:11:16 aaron Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -349,7 +349,7 @@ struct audio_prinfo { u_int samples; /* number of samples */ u_int eof; /* End Of File (zero-size writes) counter */ u_char pause; /* non-zero if paused, zero to resume */ - u_char error; /* non-zero if underflow/overflow ocurred */ + u_char error; /* non-zero if underflow/overflow occurred */ u_char waiting; /* non-zero if another process hangs in open */ u_char balance; /* stereo channel balance */ u_char cspare[2]; |