aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-26 12:59:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-26 12:59:37 -0700
commitf325935af59b47d8425b6a4acbb772940b8a5723 (patch)
tree9b4e08e6f468ff481557b24096f3a2ac57236e71 /src/connection.lisp
parentfe59d66670d820d1b6c2a74f3ed80d16133f4098 (diff)
downloadconsfigurator-f325935af59b47d8425b6a4acbb772940b8a5723.tar.gz
capitalise symbol names
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index b9809e7..7963c00 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -199,13 +199,13 @@ followed by argument(s) specifying the shell command to execute.
Keyword arguments accepted:
- - :for-exit / :may-fail -- don't signal an error condition if the command
+ - :FOR-EXIT / :MAY-FAIL -- don't signal an error condition if the command
does not exit nonzero, usually because it is being called partly or only
for its exit code
- - :input INPUT -- pass the contents of the string or stream INPUT on stdin
+ - :INPUT INPUT -- pass the content of the string or stream INPUT on stdin
- - :env ENVIRONMENT -- where ENVIRONMENT is a plist specifying environment
+ - :ENV ENVIRONMENT -- where ENVIRONMENT is a plist specifying environment
variable names and values, use env(1) to set these variables when running
the command.