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:
Johannes Altmanninger
2022-01-09 09:49:51 +01:00
parent be451091d4
commit ad4530acd3
37 changed files with 66 additions and 66 deletions

View File

@@ -8,9 +8,9 @@ Synopsis
| ``history`` [**search**] [**--show-time**] [**--case-sensitive**]
\ \ [**--exact** | **--prefix** | **--contains**] [**--max** *n*] [**--null**] [**--reverse**]
\ \ [ *SEARCH_STRING...* ]
\ \ [ *SEARCH_STRING ...* ]
| ``history`` **delete** [**--case-sensitive**]
\ \ [**--exact** | **--prefix** | **--contains**] *SEARCH_STRING...*
\ \ [**--exact** | **--prefix** | **--contains**] *SEARCH_STRING ...*
| ``history`` **merge**
| ``history`` **save**
| ``history`` **clear**