aboutsummaryrefslogtreecommitdiff
path: root/doc/data.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 13:53:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 13:53:53 -0700
commitb868e01ce93bb9f89b27633ae1a3e3dc59ecef5f (patch)
treeee98b0193901b32f9f4e81f0c866770bff9b949c /doc/data.rst
parentd722e1a24e451bda34727245d0578f5a4692e6f6 (diff)
downloadconsfigurator-b868e01ce93bb9f89b27633ae1a3e3dc59ecef5f.tar.gz
get-data -> get-data-string, get-data-stream
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/data.rst')
-rw-r--r--doc/data.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/data.rst b/doc/data.rst
index 9008bf1..7780ae7 100644
--- a/doc/data.rst
+++ b/doc/data.rst
@@ -32,8 +32,8 @@ Mechanics
Properties declare that they need certain pieces of prerequisite data by
adding static informational attributes, and a deployment of those properties
will make an attempt to provide the data. Properties then either call the
-``GET-DATA`` function, or depend on the ``DATA-UPLOADED`` property, to get
-access to the requested data.
+``GET-DATA-STREAM`` function or the ``GET-DATA-STRING`` function, or depend on
+the ``DATA-UPLOADED`` property, to get access to the requested data.
A Lisp connection gathers all needed prerequisite data once at the beginning,
and copies it to an on-disk cache inside the home directory of the remote UID