Module Name: src
Committed By: nia
Date: Fri Oct 16 16:48:07 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.3
Log Message:
ossaudio.3: Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libossaudio/ossaudio.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libossaudio/ossaudio.3
diff -u src/lib/libossaudio/ossaudio.3:1.21 src/lib/libossaudio/ossaudio.3:1.22
--- src/lib/libossaudio/ossaudio.3:1.21 Fri Oct 16 16:30:53 2020
+++ src/lib/libossaudio/ossaudio.3 Fri Oct 16 16:48:07 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: ossaudio.3,v 1.21 2020/10/16 16:30:53 nia Exp $
+.\" $NetBSD: ossaudio.3,v 1.22 2020/10/16 16:48:07 nia Exp $
.\"
.\" Copyright (c) 1997, 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -69,6 +69,17 @@ device names to OSS mixer controls.
.It *.fmsynth Ta SOUND_MIXER_SYNTH
.It *.midi Ta SOUND_MIXER_SYNTH
.El
+.Sh COMPATIBILITY
+The
+.Nm
+interface aims to be compatible with the Open Sound System version 4, as
+described in:
+.Pp
+.Rs
+.%A 4Front Technologies
+.%T OSS 4.x Programmer's Guide
+.%U http://manuals.opensound.com/developer/
+.%D 2007
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr audio 4 ,
@@ -85,17 +96,6 @@ API for writing audio code under Linux u
in Linux 2.6.
It remains the preferred API in FreeBSD and Solaris, and a large body
of code exists supporting it.
-.Sh COMPATIBILITY
-The
-.Nm
-interface aims to be compatible with the Open Sound System version 4, as
-described in:
-.Pp
-.Rs
-.%A 4Front Technologies
-.%T OSS 4.x Programmer's Guide
-.%U http://manuals.opensound.com/developer/
-.%D 2007
.Sh BUGS
.Pp
The emulation is incomplete.