1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

Document directives that use SetBoolOption "can" use +/- rather than "must"

#1772
This commit is contained in:
bbbradsmith 2023-05-03 03:26:10 -04:00
parent 805e98a7aa
commit 2b60adfa11

View File

@ -2283,7 +2283,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
Switch on or off case sensitivity on identifiers. The default is off Switch on or off case sensitivity on identifiers. The default is off
(that is, identifiers are case sensitive), but may be changed by the (that is, identifiers are case sensitive), but may be changed by the
-i switch on the command line. -i switch on the command line.
The command must be followed by a '+' or '-' character to switch the The command can be followed by a '+' or '-' character to switch the
option on or off respectively. option on or off respectively.
Example: Example:
@ -2432,7 +2432,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
Switch on or off debug info generation. The default is off (that is, Switch on or off debug info generation. The default is off (that is,
the object file will not contain debug infos), but may be changed by the the object file will not contain debug infos), but may be changed by the
-g switch on the command line. -g switch on the command line.
The command must be followed by a '+' or '-' character to switch the The command can be followed by a '+' or '-' character to switch the
option on or off respectively. option on or off respectively.
Example: Example:
@ -3380,7 +3380,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
Note: Line continuations do not work in a comment. A backslash at the Note: Line continuations do not work in a comment. A backslash at the
end of a comment is treated as part of the comment and does not trigger end of a comment is treated as part of the comment and does not trigger
line continuation. line continuation.
The command must be followed by a '+' or '-' character to switch the The command can be followed by a '+' or '-' character to switch the
option on or off respectively. option on or off respectively.
Example: Example:
@ -3395,7 +3395,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
<sect1><tt>.LIST</tt><label id=".LIST"><p> <sect1><tt>.LIST</tt><label id=".LIST"><p>
Enable output to the listing. The command must be followed by a boolean Enable output to the listing. The command can be followed by a boolean
switch ("on", "off", "+" or "-") and will enable or disable listing switch ("on", "off", "+" or "-") and will enable or disable listing
output. output.
The option has no effect if the listing is not enabled by the command line The option has no effect if the listing is not enabled by the command line
@ -4040,7 +4040,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".BYTE" name=".BYTE"
<sect1><tt>.SMART</tt><label id=".SMART"><p> <sect1><tt>.SMART</tt><label id=".SMART"><p>
Switch on or off smart mode. The command must be followed by a '+' or '-' Switch on or off smart mode. The command can be followed by a '+' or '-'
character to switch the option on or off respectively. The default is off character to switch the option on or off respectively. The default is off
(that is, the assembler doesn't try to be smart), but this default may be (that is, the assembler doesn't try to be smart), but this default may be
changed by the -s switch on the command line. changed by the -s switch on the command line.