mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
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:
parent
78101364c3
commit
18467457c6
@ -10,7 +10,7 @@ Synopsis
|
||||
| **functions** [**-D** | **--details**] [**-v**] *FUNCTION*
|
||||
| **functions** **-c** *OLDNAME* *NEWNAME*
|
||||
| **functions** **-d** *DESCRIPTION* *FUNCTION*
|
||||
| **functions** [**-e** | **-q**] *FUNCTION ...*
|
||||
| **functions** [**-e** | **-q**] *FUNCTION* ...
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
@ -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**
|
||||
|
@ -6,7 +6,7 @@ math - perform mathematics calculations
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
``math`` [(**-s** | **--scale**) *N*] [(**-b** | **--base**) *BASE*] *EXPRESSION ...*
|
||||
``math`` [(**-s** | **--scale**) *N*] [(**-b** | **--base**) *BASE*] *EXPRESSION* ...
|
||||
|
||||
|
||||
Description
|
||||
|
Loading…
x
Reference in New Issue
Block a user