~sircmpwn/rc-devel

rc(1): fix error and typos v1 APPLIED

Max Schillinger: 1
 rc(1): fix error and typos

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/rc-devel/patches/45942/mbox | git am -3
Learn more about email & git

[PATCH] rc(1): fix error and typos Export this patch

---
 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
Thanks!

To git@git.sr.ht:~sircmpwn/rc
   2c55050..0c6918c  master -> master