mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-08 16:21:16 -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:
@@ -10,7 +10,7 @@ Synopsis
|
||||
| ``random`` *SEED*
|
||||
| ``random`` *START* *END*
|
||||
| ``random`` *START* *STEP* *END*
|
||||
| ``random`` choice [*ITEMS*...]
|
||||
| ``random`` choice [*ITEMS* ...]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user