diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-30 08:00:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-30 08:00:44 +0000 |
commit | a886d8130b49576f526bac6f934e82dbf953882d (patch) | |
tree | b5b46b3b9a5842b7affcceb1fabb4c50b83bdc1e /usr.bin/midicat | |
parent | 4967e23600645203c02712a287aa891aeba5efd8 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/midicat')
-rw-r--r-- | usr.bin/midicat/midicat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/midicat/midicat.1 b/usr.bin/midicat/midicat.1 index 0de988e1106..22603a83d04 100644 --- a/usr.bin/midicat/midicat.1 +++ b/usr.bin/midicat/midicat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midicat.1,v 1.1 2018/11/30 07:08:24 ratchov Exp $ +.\" $OpenBSD: midicat.1,v 1.2 2018/11/30 08:00:43 jmc Exp $ .\" .\" Copyright (c) 2015 Alexandre Ratchov <alex@caoua.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm midicat -.Nd send to or receive from MIDI ports. +.Nd send to or receive from MIDI ports .Sh SYNOPSIS .Nm midicat .Bk -words @@ -75,7 +75,7 @@ $ midicat -d -q rmidi/0 -o /dev/null Send data from .Pa rmidi/0 to -.Pa midithru/0: +.Pa midithru/0 : .Bd -literal -offset indent $ midicat -q rmidi/0 -q midithru/0 .Ed |