mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-05 21:41: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:
@@ -7,9 +7,9 @@ Synopsis
|
||||
.. BEGIN SYNOPSIS
|
||||
|
||||
| ``string`` split [(**-m** | **--max**) *MAX*] [**-n** | **--no-empty**] [**-q** | **--quiet**]
|
||||
\ \ [**-r** | **--right**] *SEP* [*STRING*...]
|
||||
\ \ [**-r** | **--right**] *SEP* [*STRING* ...]
|
||||
| ``string`` split0 [(**-m** | **--max**) *MAX*] [**-n** | **--no-empty**] [**-q** | **--quiet**]
|
||||
\ \ [**-r** | **--right**] [*STRING*...]
|
||||
\ \ [**-r** | **--right**] [*STRING* ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user