docs synopses: fix RST syntax

This commit is contained in:
Johannes Altmanninger 2022-01-09 08:44:27 +01:00
parent adccd6e6f5
commit 4a4905aaa5
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ functions - print or erase functions
Synopsis
--------
| **functions** [ **-a** | **--all** ] [ **-n | **--names** ]
| **functions** [ **-a** | **--all** ] [ **-n** | **--names** ]
| **functions** [ **-D** | **--details** ] [ **-v** ] *FUNCTION*
| **functions** **-c** *OLDNAME* *NEWNAME*
| **functions** **-d** *DESCRIPTION* *FUNCTION*

View File

@ -6,7 +6,7 @@ Synopsis
.. BEGIN SYNOPSIS
``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** CHARS*]
``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** *CHARS*]
\ \ [**-q** | **--quiet**] [*STRING*...]
.. END SYNOPSIS

View File

@ -27,7 +27,7 @@ Synopsis
\ \ [**-r** | **--right**] [*STRING*...]
| ``string`` sub [**-s** | **--start** *START*] [**-l** | **--length** *LENGTH*]
\ [**-q** | **--quiet**] [*STRING*...]
| ``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** CHARS*]
| ``string`` trim [**-l** | **--left**] [**-r** | **--right**] [**-c** | **--chars** *CHARS*]
\ \ [**-q** | **--quiet**] [*STRING*...]
| ``string`` unescape [**--style=**] [*STRING*...]
| ``string`` upper [**-q** | **--quiet**] [*STRING*...]