mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 19:51: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,7 +7,7 @@ Synopsis
|
||||
.. BEGIN SYNOPSIS
|
||||
|
||||
``string`` repeat [(**-n** | **--count**) *COUNT*] [(**-m** | **--max**) *MAX*] [**-N** | **--no-newline**]
|
||||
\ \ [**-q** | **--quiet**] [*STRING*...]
|
||||
\ \ [**-q** | **--quiet**] [*STRING* ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user