aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-09-01 01:16:55 +0000
committerRuss Allbery <rra@stanford.edu>2007-09-01 01:16:55 +0000
commit398e4f5837df59d99fd0e6593f7ceba7e903d2ea (patch)
tree797159a67b90dfd659c2594e997760b5f6b2afd1
parent60b909b6308137353546f3625846a160f327ba27 (diff)
Note that not all objects support store.
-rw-r--r--perl/Wallet/Server.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm
index 420f044..bd1567b 100644
--- a/perl/Wallet/Server.pm
+++ b/perl/Wallet/Server.pm
@@ -706,12 +706,12 @@ set, the owner ACL will not be checked.
=item store(TYPE, NAME, DATA)
Stores DATA for the object identified with TYPE and NAME for later retrieval
-with get. Note that DATA may be binary and may contain nul characters. To
-store an object, the current user must either be authorized by the owner ACL
-or authorized by the store ACL; however, if the store ACL is set, the owner
-ACL is not checked. Being a member of the ADMIN ACL does not provide any
-special privileges to store objects. Returns true on success and false on
-failure.
+with get. Not all object types support this. Note that DATA may be binary
+and may contain nul characters. To store an object, the current user must
+either be authorized by the owner ACL or authorized by the store ACL;
+however, if the store ACL is set, the owner ACL is not checked. Being a
+member of the ADMIN ACL does not provide any special privileges to store
+objects. Returns true on success and false on failure.
=back