From f4ed3fe980e123edab13966b16bd58e81e0e930e Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 22 Jan 2020 21:23:14 -0800 Subject: [PATCH] clay: document %t care --- pkg/arvo/sys/vane/clay.hoon | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkg/arvo/sys/vane/clay.hoon b/pkg/arvo/sys/vane/clay.hoon index 23fb2ab9d..337b12fd8 100644 --- a/pkg/arvo/sys/vane/clay.hoon +++ b/pkg/arvo/sys/vane/clay.hoon @@ -44,12 +44,13 @@ :: :: Type of request. :: -:: %d produces a set of desks, %p gets file permissions, %u checks for -:: existence, %v produces a ++dome of all desk data, %w gets @ud and @da -:: variants for the given case, %x gets file contents, %y gets a directory -:: listing, and %z gets a recursive hash of the file contents and children. +:: %d produces a set of desks, %p gets file permissions, %t gets all paths +:: with the specified prefix, %u checks for existence, %v produces a ++dome +:: of all desk data, %w gets @ud and @da variants for the given case, %x +:: gets file contents, %y gets a directory listing, and %z gets a recursive +:: hash of the file contents and children. :: -:: ++ care ?($d $p $u $v $w $x $y $z) +:: ++ care ?($d $p $t $u $v $w $x $y $z) :: :: Keeps track of subscribers. ::