---
doc/rc.1.scd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/rc.1.scd b/doc/rc.1.scd
index 0b10fb4..69d2282 100644
--- a/doc/rc.1.scd+++ b/doc/rc.1.scd
@@ -94,7 +94,7 @@ globbing pattern and expanded to a list of matching files.
The globbing pattern syntax is:
-- ?: matches any signel character+- ?: matches any single character- \*: matches any string, including empty string
- [...]: matches a set of or range of characters
- [!...]: inverse of [...]
@@ -108,7 +108,7 @@ use *$*:
```
x="hello world"
-echo $x # prints "hello"+echo $x # prints "hello world"```
*rc* supports two types of variables: strings and lists of strings. A list is
@@ -329,7 +329,7 @@ The following commands are built into the shell.
The pattern syntax is as follows:
- - ?: matches any signel character+ - ?: matches any single character - \*: matches any string, including empty string
- [...]: matches a set of or range of characters
- [!...]: inverse of [...]
--
2.42.0