docs synopses: do not add markup to the ellipsis character

The ellipsis is a grammar metacharacter, just like the []()|.
Write *FOO*… instead of *FOO…*, so the ellipsis is not underlined
in the man page. Not super sure about this one.
This commit is contained in:
Johannes Altmanninger
2022-01-09 10:25:55 +01:00
parent 78101364c3
commit 18467457c6
3 changed files with 4 additions and 4 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**