aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:50:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:50:15 -0700
commit5c142cf6a09a4851b448aa7eb67cc421e35ee609 (patch)
treea6fab0859e13ce1520927ff84b0b3b78baa75a8f /doc/introduction.rst
parent19fda37b8c98bf30e0919dd2aaee5f410ceec0fd (diff)
downloadconsfigurator-5c142cf6a09a4851b448aa7eb67cc421e35ee609.tar.gz
introduction.rst: note about when CL-HEREDOC is likely to be useful
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 6931ac9..401068e 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -56,7 +56,7 @@ Try it out / quick start
(file:has-content "/etc/foo"
#?{Here is my file content.
You can use ${my-substitution} thanks to CL-INTERPOL.
- And it's multiline. CL-HEREDOC is another option.})
+ And it's multiline. CL-HEREDOC is also available; useful for shell scripts.})
(file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines""))
(file:contains-lines "/etc/some.conf" '("FOO=bar")) ; preserve rest of file contents