From 9e93ddc0978644d0670e192052619bb4710041e7 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 5 Apr 2016 13:31:31 +0100 Subject: 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 --- doc_src/string.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc_src') diff --git a/doc_src/string.txt b/doc_src/string.txt index 1a3f2ea1..bae21dc9 100644 --- a/doc_src/string.txt +++ b/doc_src/string.txt @@ -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 -cg +cg \endfish \subsection string-example-match-glob Match Glob Examples -- cgit v1.2.3