diff options
author | spew <devnull@localhost> | 2017-01-17 20:51:08 -0600 |
---|---|---|
committer | spew <devnull@localhost> | 2017-01-17 20:51:08 -0600 |
commit | 4b68ddfb5a004f97f60219399878d14635e73fdb (patch) | |
tree | 67281d29470a6a2db1d1af892418a7ace317be17 /sys/man/1 | |
parent | ca47fef0061954cda2355cc10dba774d6567051e (diff) |
games/mix: document -g option, rename tests to examples as it is in the man page
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/mix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/man/1/mix b/sys/man/1/mix index 54a443200..88668d70d 100644 --- a/sys/man/1/mix +++ b/sys/man/1/mix @@ -6,6 +6,9 @@ assembler and emulator .SH SYNOPSIS .B games/mix [ +.B -g +] +[ .I file ... ] .SH DESCRIPTION @@ -18,7 +21,11 @@ architecture. The command assembles the named files into memory and then presents a command prompt to control an emulated .B MIX -machine. +machine. The +.B -g +option causes the emulator immediately to run a complete assembled +.B MIX +program and exits the emulator when the emulator halts. .PP The following commands are accepted: .TP |