aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-29 13:32:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 17:54:03 -0700
commitf93a7b2647e6964999984acedf2d327032f690b6 (patch)
tree40904ba679fc324818cbfa50ca0a89c17a0743c0 /src
parent0c8b8cca6afda8aeafb7fb80f72e25276b70c7b4 (diff)
downloadconsfigurator-f93a7b2647e6964999984acedf2d327032f690b6.tar.gz
mention WITH-THESE-OPEN-VOLUMES in a docstring
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src')
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index e659c94..3c9b647 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -460,7 +460,7 @@ order in which they should be closed. MOUNT-BELOW specifies a pathname to
prefix to mount points when opening FILESYSTEM volumes.
Calling this function can be useful for testing at the REPL, but code should
-normally use WITH-OPEN-VOLUMES.
+normally use WITH-OPEN-VOLUMES or WITH-THESE-OPEN-VOLUMES.
If an error is signalled while the attempt to open volumes is in progress, a
single attempt will be made to close all volumes opened up to that point."