diff options
author | Nayuki Minase <nayuki@eigenstate.org> | 2012-08-26 15:18:41 +0000 |
---|---|---|
committer | Nayuki Minase <nayuki@eigenstate.org> | 2012-08-26 15:18:41 +0000 |
commit | b3848a1e4f66defca7095bedd8dc5c4ba539f59d (patch) | |
tree | 87e9b59687800d87976e976dd225657cab6e7a15 /doc/muse.1 | |
parent | 67c2baf190fa4d1b82c308ceb807076b71b4b866 (diff) | |
download | mc-b3848a1e4f66defca7095bedd8dc5c4ba539f59d.tar.gz |
Tweak wording in manpage docs.
Diffstat (limited to 'doc/muse.1')
-rw-r--r-- | doc/muse.1 | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -17,9 +17,9 @@ It can also merge together a number of usefiles into one larger usefile including all of the exported symbols. If an output file name is not given, and we are not merging usefiles, then an input file named .I filename.myr -will have a usefile named +will generate a usefile named .I filename.use -generated. +\&. If the filename does not end with the suffix .I .myr @@ -28,22 +28,21 @@ then the suffix will simply be appended to it. .PP -The muse program is architecture independent, and a usefile generated -on one architecture will work with another. However, the format of the +The output of muse is architecture-independent. However, the format of the generated file is not stable, and is not guaranteed to work across -compiler versions. +different compiler versions. .PP The muse options are: .TP .B -d [flTri] -Prints debugging dumps. Additional options may be given to give more +Print debugging dumps. Additional options may be given to give more debugging information for specific intermediate states of the compilation. .TP .B -h -Prints a summary of the available options. +Print a summary of the available options. .TP .B -I path @@ -54,7 +53,7 @@ any options, the search path defaults to /usr/include/myr. .TP .B -o output-file -Specifies that the generated usefile should be named +Specify that the generated usefile should be named .I output-file .TP |