Fix a couple of minor issues in string examples

Print correct return code in 2nd example
Remove syntax colouring in \cg

Signed-off-by: Mark Griffiths <mark@thebespokepixel.com>
This commit is contained in:
Mark Griffiths 2016-04-05 13:31:31 +01:00 committed by Kurtis Rader
parent 3435e94994
commit 9e93ddc097

View file

@ -57,7 +57,7 @@ The following subcommands are available:
>_ set str foo
>_ string length -q $str; echo $status
1
0
# Equivalent to test -n $str
\endfish
@ -103,7 +103,7 @@ The following subcommands are available:
\fish{cli-dark}
>_ echo \\x07 | string escape
<bs>c</bs>g
<bs>cg</bs>
\endfish
\subsection string-example-match-glob Match Glob Examples