From efcc0ace8e5a182c6d0441aef5467d7125481411 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Tue, 20 Jul 2021 21:14:58 -0700 Subject: [PATCH] docs: Update html manual. --- doc/pwmd.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/pwmd.html b/doc/pwmd.html index 0e2ede77..1da9b6c6 100644 --- a/doc/pwmd.html +++ b/doc/pwmd.html @@ -1613,7 +1613,7 @@ Next: , Previous:

Syntax:

-
STORE element[<TAB>child[..]]<TAB>[content]
+
STORE [--no-inherit-acl] element[<TAB>child[..]]<TAB>[content]
 

This command uses a server INQUIRE to retrieve data from the client. @@ -1625,6 +1625,10 @@ set to the final TAB delimited element. If no content< specified after the final TAB, then the content of the existing element will be removed; or will be empty if creating a new element.

+The option --no-inherit-acl prevents a newly created element from +inheriting the value of the parent element _acl attribute. In either +case, the current user is made the owner of the newly created element(s). +

The only restriction of an element name is that it not contain whitespace characters. There is no other whitespace between the TAB delimited elements. It is recommended that the content of an element be base64 encoded -- 2.11.4.GIT