rnsl

Load a list of strings expanded by the shell
git clone git://git.meso-star.fr/rnsl.git
Log | Files | Refs | README | LICENSE

commit af24b04b437a1e7a2b0da641457cb066a9283586
parent fdf698dbfdb947e5675467c7f87a3ca2ea417428
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 21 Sep 2022 09:15:50 +0200

Fix typo in man page

Diffstat:
Mdoc/rnsl.5.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/rnsl.5.scd b/doc/rnsl.5.scd @@ -49,5 +49,5 @@ only of spaces and tabs. 3 string0 "string 1" -"${MY_VARIABLE}/string 3" +"${MY_VARIABLE}/string 2" ```