diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-26 13:33:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-26 13:33:10 +0000 |
commit | dd69137bb7d8747d22ca2e6539f6c80cf3467d08 (patch) | |
tree | b4c9ba9505ccbd0b6c85f91f3fae177674a3fa57 /share/man/man4 | |
parent | d61d66fad567b2a5f6b661a5f4447394b2f336d1 (diff) |
missing thing from Jared Yanovich;
dhartmeier@ saved me from making a mess of this;
Diffstat (limited to 'share/man/man4')
-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 d9129a948ba..28be6983c24 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.33 2003/07/09 13:26:20 jmc Exp $ +.\" $OpenBSD: audio.4,v 1.34 2004/01/26 13:33:09 jmc Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -274,7 +274,7 @@ typedef struct audio_info { #define AUMODE_PLAY 0x01 #define AUMODE_RECORD 0x02 #define AUMODE_PLAY_ALL 0x04 /* do not do real-time correction */ -}; +} audio_info_t; .Ed .Pp When setting the current state with |