diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-13 11:56:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-13 11:56:57 +0000 |
commit | 9e07e9620cfc56552000e0099b42aa03a7b2222c (patch) | |
tree | 93f3e390cde486a637a635c5ea89f33a540844e3 /doc/case.html | |
parent | ddfeab1bdc000c586136043d6c82d25199421c26 (diff) | |
download | execline-9e07e9620cfc56552000e0099b42aa03a7b2222c.tar.xz |
Fix case
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/case.html')
-rw-r--r-- | doc/case.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/case.html b/doc/case.html index a7d2a84..db7e983 100644 --- a/doc/case.html +++ b/doc/case.html @@ -110,8 +110,8 @@ case -N -- $1 to the output of the <tt>/usr/bin/env</tt> command: </p> -<pre>0=\([fo]+\)bar\(baz\) -#=2 +<pre>#=2 +0=\([fo]+\)bar\(baz\) 1=foooo 2=baz </pre> |