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