doc: Minor corrections

This commit is contained in:
Pragmatic Software 2021-07-15 09:20:31 -07:00
parent 474e18dd94
commit f4ba0500af
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ For example:
<PBot> general.preserve_newlines set to 1
<pragma-> !regset general.max_newlines 4
<PBot> general.preserve_newlines set to 4
<PBot> general.max_newlines set to 4
<pragma-> !sh printf "a\nb\nc\nd\ne\n"
<PBot> a

View File

@ -78,7 +78,7 @@ After git-cloning (or unpacking the ZIP archives) you should have a directory na
Name | Description
--- | ---
[`Plang/`](../Plang) | Plang scripting language
[`Plang/`](https://github.com/pragma-/Plang) | Plang scripting language
[`lib/`](../lib) | PBot source tree
[`script/`](../script) | PBot executables (e.g., [`script/pbot`](../script/pbot))
[`modules/`](../modules) | External command-line executables invokable as PBot commands