mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 12:49:27 +08:00
docs synopses: fix RST syntax
This commit is contained in:
parent
adccd6e6f5
commit
4a4905aaa5
|
@ -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*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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*...]
|
||||
|
|
Loading…
Reference in New Issue
Block a user