summaryrefslogtreecommitdiff
path: root/doc/preferred_content.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-14 16:21:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-14 16:21:18 -0400
commit93cfaa354cc6acb554332fbd6aec0391e8b9327a (patch)
treebef6308c3dab27285e1d84257133533edb49a71e /doc/preferred_content.mdwn
parentdddad6181f3430f47656ff9e143cf1a0a9baddda (diff)
logic error
Diffstat (limited to 'doc/preferred_content.mdwn')
-rw-r--r--doc/preferred_content.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn
index 6205eb4c9..d74986503 100644
--- a/doc/preferred_content.mdwn
+++ b/doc/preferred_content.mdwn
@@ -61,9 +61,9 @@ USB drive used in a sneakernet.
The preferred content expression for these causes them to get and retain
data until all clients have a copy.
-`not (inallgroup=client or not copies=client:2) and exclude=*/archive/*`
+`not (inallgroup=client and copies=client:2) and exclude=*/archive/*`
-The "not copies=client:2" part of the above handles the case where
+The "copies=client:2" part of the above handles the case where
there is only one client repository. It makes a transfer repository
speculatively prefer content in this case, even though it as of yet
has nowhere to transfer it to. Presumably, another client repository