diff options
author | 2011-06-03 18:57:51 +0000 | |
---|---|---|
committer | 2011-06-03 18:57:51 +0000 | |
commit | ab18efe9c0ee57aae2b86ee15deecf78a8d7d6d6 (patch) | |
tree | f0fbe77c13f6e0a7b973ca998f398986b32b2c96 | |
parent | Fix two compile errors in mcd(4) due to bitrot: (diff) | |
download | wireguard-openbsd-ab18efe9c0ee57aae2b86ee15deecf78a8d7d6d6.tar.xz wireguard-openbsd-ab18efe9c0ee57aae2b86ee15deecf78a8d7d6d6.zip |
one midicat server can export multiple midithru ports
-rw-r--r-- | lib/libsndio/sndio.7 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libsndio/sndio.7 b/lib/libsndio/sndio.7 index 1c5237c66c2..39132a66c95 100644 --- a/lib/libsndio/sndio.7 +++ b/lib/libsndio/sndio.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndio.7,v 1.4 2011/04/28 06:19:57 ratchov Exp $ +.\" $OpenBSD: sndio.7,v 1.5 2011/06/03 18:57:51 ratchov 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 28 2011 $ +.Dd $Mdocdate: June 3 2011 $ .Dt SNDIO 7 .Os .Sh NAME @@ -121,9 +121,13 @@ number, typically 0. Corresponds to the profile string registered using the .Fl s option of -.Xr aucat 1 . +.Xr aucat 1 +or +.Xr midicat 1 . Only meaningful for .Pa aucat +and +.Pa midithru device types. .El .Pp |