diff options
author | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:01:37 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:01:37 -0700 |
commit | e91c0b93355b28617f7c0d756026856762ece242 (patch) | |
tree | 35c4fb8ab35ec5b8d140a0b7e869848a1fac39a9 /server/wallet-report.8 | |
parent | 602ff7584d3668c36b1bf5fd43988e6f45eceb48 (diff) |
Imported Upstream version 0.12
Diffstat (limited to 'server/wallet-report.8')
-rw-r--r-- | server/wallet-report.8 | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/server/wallet-report.8 b/server/wallet-report.8 index cd56501..0600736 100644 --- a/server/wallet-report.8 +++ b/server/wallet-report.8 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.13) +.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.14) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "WALLET-REPORT 8" -.TH WALLET-REPORT 8 "2010-03-08" "0.11" "wallet" +.TH WALLET-REPORT 8 "2010-08-25" "0.12" "wallet" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -151,6 +151,8 @@ translates command strings into method calls and returns the results. .IP "acls" 4 .IX Item "acls" .PD 0 +.IP "acls duplicate" 4 +.IX Item "acls duplicate" .IP "acls empty" 4 .IX Item "acls empty" .IP "acls entry <scheme> <identifier>" 4 @@ -158,7 +160,8 @@ translates command strings into method calls and returns the results. .IP "acls unused" 4 .IX Item "acls unused" .PD -Returns a list of ACLs in the database. ACLs will be listed in the form: +Returns a list of ACLs in the database. Except for the \f(CW\*(C`duplicate\*(C'\fR +report, ACLs will be listed in the form: .Sp .Vb 1 \& <name> (ACL ID: <id>) @@ -168,12 +171,21 @@ where <name> is the human-readable name and <id> is the numeric \s-1ID\s0. The numeric \s-1ID\s0 is what's used internally by the wallet system. There will be one line per \s-1ACL\s0. .Sp +For the \f(CW\*(C`duplicate\*(C'\fR report, the output will instead be one duplicate set +per line. This will be a set of ACLs that all have the same entries. +Only the names will be given, separated by spaces. +.Sp If no search type is given, all the ACLs in the database will be returned. If a search type (and possible search arguments) are given, then the ACLs will be limited to those that match the search. .Sp The currently supported \s-1ACL\s0 search types are: .RS 4 +.IP "acls duplicate" 4 +.IX Item "acls duplicate" +Returns all sets of ACLs that are duplicates, meaning that they contain +exactly the same entries. Each line will be the names of the ACLs in a +set of duplicates, separated by spaces. .IP "acls empty" 4 .IX Item "acls empty" Returns all ACLs which have no entries, generally so that abandoned ACLs @@ -212,6 +224,9 @@ and ACLs in the form: where <name> is the human-readable name and <id> is the numeric \s-1ID\s0. The numeric \s-1ID\s0 is what's used internally by the wallet system. There will be one line per object or \s-1ACL\s0. +.IP "help" 4 +.IX Item "help" +Displays a summary of all available commands. .IP "objects" 4 .IX Item "objects" .PD 0 @@ -223,6 +238,8 @@ one line per object or \s-1ACL\s0. .IX Item "objects owner <owner>" .IP "objects type <type>" 4 .IX Item "objects type <type>" +.IP "objects unused" 4 +.IX Item "objects unused" .PD Returns a list of objects in the database. Objects will be listed in the form: @@ -253,6 +270,10 @@ Returns all objects owned by the given \s-1ACL\s0 name or \s-1ID\s0. .IP "objects type <type>" 4 .IX Item "objects type <type>" Returns all objects of the given type. +.IP "objects unused" 4 +.IX Item "objects unused" +Returns all objects that have never been downloaded (have never been the +target of a get command). .RE .RS 4 .RE |