diff options
-rwxr-xr-x | doc/grosciteco.tes | 1 | ||||
-rw-r--r-- | src/glob.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/grosciteco.tes b/doc/grosciteco.tes index f9565b5..cbe0e61 100755 --- a/doc/grosciteco.tes +++ b/doc/grosciteco.tes @@ -113,6 +113,7 @@ EBN[input] [glyphs.Fc]» [glyphs.rs]\ [glyphs.ti]~ +[glyphs.sl]/ [glyphs.+]+ [glyphs.->]→ [glyphs.tm]™ @@ -373,7 +373,7 @@ teco_state_glob_pattern_done(teco_machine_main_t *ctx, const teco_string_t *str, * \fIfilename\fP does not necessarily have to exist in the * file system for the match to succeed (unless a file type check * is also specified). - * For instance, \(lqENf??/\[**].c\fB$\fPfoo/bar.c\fB$\fP\(rq will + * For instance, \(lqENf??\[sl]*.c\fB$\fPfoo/bar.c\fB$\fP\(rq will * always match and the string \(lqfoo/bar.c\(rq will be inserted * (see below). * |