Module Name:    src
Committed By:   wiz
Date:           Sat Mar 14 09:01:11 UTC 2020

Modified Files:
        src/usr.bin/midirecord: midirecord.1

Log Message:
Sort sections. Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/midirecord/midirecord.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/midirecord/midirecord.1
diff -u src/usr.bin/midirecord/midirecord.1:1.7 src/usr.bin/midirecord/midirecord.1:1.8
--- src/usr.bin/midirecord/midirecord.1:1.7	Sat Mar 14 08:09:55 2020
+++ src/usr.bin/midirecord/midirecord.1	Sat Mar 14 09:01:11 2020
@@ -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 @@ Format is [hh:]mm:ss[.dddddd].
 .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 @@ set to CC#6 (Control Data Entry MSB) tur
 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 ,

Reply via email to