mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
docs synopses: add space before ellipsis
This matches the style in man(1) (except that we use the … ligature). A previous iteration did the reverse (never use a space before the ellipsis). That would be a smaller change.
This commit is contained in:
@@ -6,9 +6,9 @@ if - conditionally execute a command
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
| **if** *CONDITION*; *COMMANDS_TRUE*...;
|
||||
| [**else** **if** *CONDITION2*; *COMMANDS_TRUE2*...;]
|
||||
| [**else**; *COMMANDS_FALSE*...;]
|
||||
| **if** *CONDITION*; *COMMANDS_TRUE* ...;
|
||||
| [**else** **if** *CONDITION2*; *COMMANDS_TRUE2* ...;]
|
||||
| [**else**; *COMMANDS_FALSE* ...;]
|
||||
| **end**
|
||||
|
||||
Description
|
||||
|
||||
Reference in New Issue
Block a user