Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/midirecord Sort sections. Fix date.



details:   https://anonhg.NetBSD.org/src/rev/587a558bd1b0
branches:  trunk
changeset: 745848:587a558bd1b0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Mar 14 09:01:11 2020 +0000

description:
Sort sections. Fix date.

diffstat:

 usr.bin/midirecord/midirecord.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 96cf8311be02 -r 587a558bd1b0 usr.bin/midirecord/midirecord.1
--- a/usr.bin/midirecord/midirecord.1   Sat Mar 14 08:09:55 2020 +0000
+++ b/usr.bin/midirecord/midirecord.1   Sat Mar 14 09:01:11 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: midirecord.1,v 1.7 2020/03/14 08:09:55 mrg Exp $
+.\"    $NetBSD: midirecord.1,v 1.8 2020/03/14 09:01:11 wiz Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2001, 2002, 2010, 2014, 2015, 2020 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd Friday 13, 2020
+.Dd March 13, 2020
 .Dt MIDIRECORD 1
 .Os
 .Sh NAME
@@ -105,6 +105,11 @@
 .It Fl V
 Be verbose.
 .El
+.Sh ENVIRONMENT
+.Bl -tag -width MIDIDEVICE
+.It Ev MIDIDEVICE
+the midi device to be used.
+.El
 .Sh EXAMPLES
 You can use
 .Nm
@@ -134,11 +139,6 @@
 For completeness, setting both CC#62 and CC#63 for the parameter
 number, as well as CC#6 and CC#26 (Control Data Entry MSB) to 0
 provides a complete NRPN control message.
-.Sh ENVIRONMENT
-.Bl -tag -width MIDIDEVICE
-.It Ev MIDIDEVICE
-the midi device to be used.
-.El
 .Sh SEE ALSO
 .Xr midiplay 1 ,
 .Xr midi 4 ,



Home | Main Index | Thread Index | Old Index