summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-02-26 19:23:52 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2017-02-26 19:23:52 +0100
commit297bf25f612d2dde0d28d7feaae0ea381be114a7 (patch)
treea2c8f5a5cba86e696f98b024cabecb2602fca16e /sys/man/1
parent009bec07521287ebfc9f4dcfddac18d8f27f1fb9 (diff)
add games/mus midi converter (by qu7uux)
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/mus25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/man/1/mus b/sys/man/1/mus
new file mode 100644
index 000000000..31ec0fa27
--- /dev/null
+++ b/sys/man/1/mus
@@ -0,0 +1,25 @@
+.TH MUS 1
+.SH NAME
+mus \- MUS to MIDI converter
+.SH SYNOPSIS
+.B games/mus
+[
+.I musfile
+]
+.SH DESCRIPTION
+The MUS format is a simplified MIDI music format used in
+.IR doom (1)
+and several related games.
+.PP
+.I Mus
+decodes MIDI music encoded in MUS format, either from
+.B musfile
+or from standard input, and produces a MIDI format file on standard output.
+.SH "SEE ALSO"
+.IR doom (1) ,
+.IR midi (1)
+.SH SOURCE
+.B /sys/src/games/mus.c
+.SH HISTORY
+.I Mus
+appeared first for 9front (September, 2015).