gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9707 - GNUnet-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r9707 - GNUnet-docs/WWW
Date: Sat, 5 Dec 2009 20:20:08 +0100

Author: grothoff
Date: 2009-12-05 20:20:08 +0100 (Sat, 05 Dec 2009)
New Revision: 9707

Modified:
   GNUnet-docs/WWW/user_afs.php3
Log:
update

Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3       2009-12-05 19:17:10 UTC (rev 9706)
+++ GNUnet-docs/WWW/user_afs.php3       2009-12-05 19:20:08 UTC (rev 9707)
@@ -431,12 +431,14 @@
 W("The format is:");
 EP();
 
-PRE("$ gnunet-search [-t TIMEOUT] KEYWORD [AND KEYWORD]*");
+PRE("$ gnunet-search [-t TIMEOUT] KEYWORD [KEYWORD]*");
 
 BP();
 W("The -t option specifies that the query should timeout after approximately 
TIMEOUT seconds.");
 W("A value of zero is interpreted as <i>no timeout</i>.");
-W("If multiple words are passed as keywords and are <strong>not</strong> 
separated by an <tt>AND</tt>, gnunet-search will concatenate them to one bigger 
keyword.");
+W("If multiple words are passed as keywords the search generally searches for 
any of them.");
+W("Prefixing keywords with a + makes them mandatory.");
+W("Keywords are separated by spaces; use quotes for keywords that contain 
spaces."); 
 W("Thus,");
 EP();
 
@@ -449,10 +451,7 @@
 PRE("$ gnunet-search \"Das Kapital\"");
 
 BP();
-W("are identical.");
-W("You can use AND to separate keywords.");
-W("In that case, gnunet-search will only display results that match all the 
keywords.");
-W("<tt>gnunet-search</tt> cannot do multiple independent queries 
(&quot;OR&quot;); you must use multiple processes for that.");
+W("are different.");
 
 P();
 W("Search results are printed by gnunet-search like this:");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]