mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-25 12:21:14 -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:
@@ -7,12 +7,12 @@ Synopsis
|
||||
--------
|
||||
|
||||
| ``set`` [*scope options*]
|
||||
| ``set`` [*options*] *VARIABLE* *VALUES*...
|
||||
| ``set`` [*options*] *VARIABLE*\[*INDICES*] *VALUES*...
|
||||
| ``set`` [*options*] *VARIABLE* *VALUES* ...
|
||||
| ``set`` [*options*] *VARIABLE*\[*INDICES*] *VALUES* ...
|
||||
| ``set`` ( **-q** | **--query** ) [*scope options*] *VARIABLE* ...
|
||||
| ``set`` ( **-e** | **--erase** ) [*scope options*] *VARIABLE* ...
|
||||
| ``set`` ( **-e** | **--erase** ) [*scope options*] *VARIABLE*\[*INDICES*] ...
|
||||
| ``set`` ( **-S** | **--show** ) *VARIABLE*...
|
||||
| ``set`` ( **-S** | **--show** ) *VARIABLE* ...
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user