From 18467457c679292f3dad2e94e0f62ecc00be2550 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Jan 2022 10:25:55 +0100 Subject: [PATCH] docs synopses: do not add markup to the ellipsis character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- doc_src/cmds/functions.rst | 2 +- doc_src/cmds/history.rst | 4 ++-- doc_src/cmds/math.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc_src/cmds/functions.rst b/doc_src/cmds/functions.rst index 2bf3ac124..bb7b0e801 100644 --- a/doc_src/cmds/functions.rst +++ b/doc_src/cmds/functions.rst @@ -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 ----------- diff --git a/doc_src/cmds/history.rst b/doc_src/cmds/history.rst index 2f2572a11..0b5128ac7 100644 --- a/doc_src/cmds/history.rst +++ b/doc_src/cmds/history.rst @@ -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** diff --git a/doc_src/cmds/math.rst b/doc_src/cmds/math.rst index 914c94005..7f0b043f1 100644 --- a/doc_src/cmds/math.rst +++ b/doc_src/cmds/math.rst @@ -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