Update synopsis of a few stragglers.

This commit is contained in:
Aaron Gyes
2021-12-24 16:15:40 -08:00
parent 6e426cefbd
commit a16fd0baa4
5 changed files with 11 additions and 27 deletions

View File

@@ -6,12 +6,10 @@ if - conditionally execute a command
Synopsis
--------
::
if CONDITION; COMMANDS_TRUE...;
[else if CONDITION2; COMMANDS_TRUE2...;]
[else; COMMANDS_FALSE...;]
end
| **if** *CONDITION*; *COMMANDS_TRUE*...;
| [**else** **if** *CONDITION2*; *COMMANDS_TRUE2*...;]
| [**else**; *COMMANDS_FALSE*...;]
| **end**
Description
-----------