diff options
author | 2003-06-02 11:00:42 +0000 | |
---|---|---|
committer | 2003-06-02 11:00:42 +0000 | |
commit | 5802c29c66c80b187fa3cfdcbc3c1aebf318645f (patch) | |
tree | 2c5817ce9fdcf5ed3d563b467fbd0a1efeb5a4ce /lib | |
parent | section reorder; (diff) | |
download | wireguard-openbsd-5802c29c66c80b187fa3cfdcbc3c1aebf318645f.tar.xz wireguard-openbsd-5802c29c66c80b187fa3cfdcbc3c1aebf318645f.zip |
section reorder;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libossaudio/ossaudio.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libossaudio/ossaudio.3 b/lib/libossaudio/ossaudio.3 index 97ae880b97c..2a75caa0656 100644 --- a/lib/libossaudio/ossaudio.3 +++ b/lib/libossaudio/ossaudio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ossaudio.3,v 1.7 2003/05/03 19:01:47 avsm Exp $ +.\" $OpenBSD: ossaudio.3,v 1.8 2003/06/02 11:00:42 jmc Exp $ .\" $NetBSD: ossaudio.3,v 1.12 2001/05/19 17:23:39 jdolecek Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -55,6 +55,11 @@ Use the native interface for new programs and the emulation library only for porting programs. .Sh SEE ALSO .Xr audio 4 +.Sh HISTORY +The +.Nm +library first appeared in +.Nx 1.3 . .Sh BUGS The emulation uses a #define for .Fn ioctl @@ -72,8 +77,3 @@ whereas .Ox returns .Dv EAGAIN . -.Sh HISTORY -The -.Nm -library first appeared in -.Nx 1.3 . |