mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03: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:
@@ -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
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user