diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-08 08:48:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-08 08:48:11 +0000 |
commit | 934489350cfb362dfd35405e247e317f34eb9920 (patch) | |
tree | fb9da993a91ce82551a89920eeced68e9c6e2e7c /share/man | |
parent | bb649efa3250c52ecaee0f0ed0fd1b58ff853367 (diff) |
tweaks;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sequencer.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/sequencer.4 b/share/man/man4/sequencer.4 index 0a8df823862..b0b920cb974 100644 --- a/share/man/man4/sequencer.4 +++ b/share/man/man4/sequencer.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sequencer.4,v 1.1 2006/04/07 22:53:21 jsg Exp $ +.\" $OpenBSD: sequencer.4,v 1.2 2006/04/08 08:48:10 jmc Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -36,7 +36,7 @@ .Dt SEQUENCER 4 .Os .Sh NAME -.Nm sequencer +.Nm sequencer .Nd OSS-compatible MIDI sequencer device .Sh SYNOPSIS .Cd "pseudo-device sequencer" Op Ar count @@ -46,28 +46,28 @@ .Sh DESCRIPTION The .Nm -device provides event-orientated interface simultaneously +device provides an event-orientated interface simultaneously to all MIDI ports. Events sent to or received from this device not only contain the actual MIDI events, but also timing information. -The kernel will make sure that data is sent to the physical +The kernel will make sure that data is sent to the physical device at the indicated time. -The +The .Nm device uses the .Xr midi 4 -devices internally and they are unavailable when used by the +devices internally and they are unavailable when used by the .Nm device. .Pp -The API for the +The API for the .Nm device is binary compatible with the OSS sequencer interface. .Sh FILES .Bl -tag -width /dev/sequencer -compact .It Pa /dev/music -new +new .Nm device using 8-byte events .It Pa /dev/sequencer |