From b63d32100712868357449d5570bf5567707a6022 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2014 13:09:38 -0400 Subject: [PATCH] remove dangling paren --- doc/preferred_content.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/preferred_content.mdwn b/doc/preferred_content.mdwn index 6d1acfb0f3..0bc8aa35ca 100644 --- a/doc/preferred_content.mdwn +++ b/doc/preferred_content.mdwn @@ -125,7 +125,7 @@ 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 and copies=client:2) and ($client)` +`not (inallgroup=client and copies=client:2) and ($client)` (Where $client is a copy of the preferred content expression used for clients.)