diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:44:51 +0000 |
commit | 2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch) | |
tree | 59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libsndio/mio_open.3 | |
parent | a14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libsndio/mio_open.3')
-rw-r--r-- | lib/libsndio/mio_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/mio_open.3 b/lib/libsndio/mio_open.3 index cd889f2dca3..38889eee2b0 100644 --- a/lib/libsndio/mio_open.3 +++ b/lib/libsndio/mio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mio_open.3,v 1.11 2013/04/06 11:38:41 ratchov Exp $ +.\" $OpenBSD: mio_open.3,v 1.12 2013/06/05 03:44:50 tedu Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 6 2013 $ +.Dd $Mdocdate: June 5 2013 $ .Dt MIO_OPEN 3 .Os .Sh NAME @@ -28,7 +28,7 @@ .Nm mio_eof .Nd interface to MIDI streams .Sh SYNOPSIS -.Fd #include <sndio.h> +.In sndio.h .Ft "struct mio_hdl *" .Fn "mio_open" "const char *name" "unsigned int mode" "int nbio_flag" .Ft "void" |