Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/midiplay Sort sections. Use .Ev for environment vari...



details:   https://anonhg.NetBSD.org/src/rev/479c2e6be4e0
branches:  trunk
changeset: 520247:479c2e6be4e0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 05 20:55:16 2002 +0000

description:
Sort sections. Use .Ev for environment variables.

diffstat:

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

diffs (40 lines):

diff -r e8ad6a5e7785 -r 479c2e6be4e0 usr.bin/midiplay/midiplay.1
--- a/usr.bin/midiplay/midiplay.1       Sat Jan 05 20:35:49 2002 +0000
+++ b/usr.bin/midiplay/midiplay.1       Sat Jan 05 20:55:16 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: midiplay.1,v 1.10 2002/01/05 00:04:27 augustss Exp $
+.\" $NetBSD: midiplay.1,v 1.11 2002/01/05 20:55:16 wiz Exp $
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -64,7 +64,7 @@
 by the
 .Fl l
 flag).  The default is device is given by environment variable
-.Pa MIDIUNIT .
+.Ev MIDIUNIT .
 .It Fl f Ar file
 specifies the name of the sequencer device.
 .It Fl l
@@ -82,16 +82,16 @@
 .It Fl x
 play a small sample sound instead of the a file.
 .El
+.Sh ENVIRONMENT
+.Bl -tag -width MIDIUNIT
+.It Ev MIDIUNIT
+the default number of the MIDI device used for output.  The default is 0.
+.El
 .Sh FILES
 .Bl -tag -width /dev/music
 .It Pa /dev/music
 MIDI sequencer device
 .El
-.Sh ENVIRONMENT
-.Bl -tag -width MIDIUNIT
-.It Pa MIDIUNIT
-the default number of the MIDI device used for output.  The default is 0.
-.El
 .Sh SEE ALSO
 .Xr midi 4
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index