diff options
author | spew <devnull@localhost> | 2017-02-03 18:55:02 -0600 |
---|---|---|
committer | spew <devnull@localhost> | 2017-02-03 18:55:02 -0600 |
commit | 3b24eb4c1f4f7bccd6335002e0e37b98a54bf7fd (patch) | |
tree | baabafee00e4ad17f53e73d8de6ee150e4892edc /sys/man/1 | |
parent | 7f124310099b0ab12463b28f9d39104a8f17bc82 (diff) |
games/mix: implement Knuth's specification for comments
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/mix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/man/1/mix b/sys/man/1/mix index af89d0f23..267faee5a 100644 --- a/sys/man/1/mix +++ b/sys/man/1/mix @@ -92,7 +92,8 @@ Quit the emulator/assembler. The .I addr field of the above instructions must be an integer between 0 and 3999 -inclusive. A number-sign (#) starts a comment which extends to the end +inclusive. A number-sign (#) or an asterisk (*) at the beginning of +a line starts a comment which extends to the end of the line. .SH SOURCE .B /sys/src/games/mix @@ -118,4 +119,4 @@ The magnetic tapes and drum units are not implemented. .PP Comments are handled as described above and not -as Knuth specifies. +exactly as Knuth specifies. |