gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27842 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r27842 - gnunet/src/include
Date: Tue, 9 Jul 2013 22:38:26 +0200

Author: grothoff
Date: 2013-07-09 22:38:26 +0200 (Tue, 09 Jul 2013)
New Revision: 27842

Modified:
   gnunet/src/include/gnunet_psyc_service.h
Log:
-underscores for lynx

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2013-07-09 20:12:33 UTC (rev 
27841)
+++ gnunet/src/include/gnunet_psyc_service.h    2013-07-09 20:38:26 UTC (rev 
27842)
@@ -616,8 +616,8 @@
  * small, large data is to be passed as streaming data to methods).
  *
  * A name matches if it includes the @a state_name prefix, thus requesting the
- * empty state ("") will match all values; requesting "a_b" will also return
- * values stored under "a_b_c".
+ * empty state ("") will match all values; requesting "_a_b" will also return
+ * values stored under "_a_b_c".
  *
  * @param member Membership handle.
  * @param state_name Name of the state to query (full name 
@@ -643,7 +643,7 @@
  *
  * If the requested variable name does not have an exact state in
  * the state, the nearest less-specific name is matched; for example,
- * requesting "a_b" will match "a" if "a_b" does not exist.
+ * requesting "_a_b" will match "_a" if "_a_b" does not exist.
  *
  * @param member Membership handle.
  * @param variable_name Name of the variable to query.




reply via email to

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