aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-06 16:01:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-06 16:01:03 -0700
commit214d8ea33d17df3f13af6a8c921ec43e0280cdcd (patch)
treec7c59aa3a4a2b39aae843621d36728a3e3f885b1 /src/connection.lisp
parent02ba1f42a0c5c065c9f158d302d614322e53efe7 (diff)
downloadconsfigurator-214d8ea33d17df3f13af6a8c921ec43e0280cdcd.tar.gz
the mode qua argument is numeric not octal
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 5ab2986..6b32f85 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -111,7 +111,7 @@ error condition just because EXIT is non-zero."))
CONTENT is the new contents of the file or a stream which will produce it.
-MODE is the octal mode that the file should have by the time this function
+MODE is the numeric mode that the file should have by the time this function
returns. Implementations should ensure that CONTENT is not stored on disk
with a mode greater than MODE, and also that if CONTENT is stored on disk
outside of (UIOP:PATHNAME-DIRECTORY-PATHNAME PATH), then it does not