From 214d8ea33d17df3f13af6a8c921ec43e0280cdcd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Mar 2021 16:01:03 -0700 Subject: the mode qua argument is numeric not octal Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3