~sircmpwn/rc-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Max Schillinger <maxschillinger@web.de>
Details
Message ID
<20231021191032.20647-1-maxschillinger@web.de>
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 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
Details
Message ID
<CWLNTJAES0E8.1PYRWY9445BE8@taiga>
In-Reply-To
<20231021191032.20647-1-maxschillinger@web.de> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/rc
   2c55050..0c6918c  master -> master
Reply to thread Export thread (mbox)