gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34077 - gnunet/doc


From: gnunet
Subject: [GNUnet-SVN] r34077 - gnunet/doc
Date: Tue, 29 Jul 2014 18:20:09 +0200

Author: wachs
Date: 2014-07-29 18:20:09 +0200 (Tue, 29 Jul 2014)
New Revision: 34077

Modified:
   gnunet/doc/gnunet-c-tutorial.pdf
   gnunet/doc/gnunet-c-tutorial.tex
Log:
minor changes


Modified: gnunet/doc/gnunet-c-tutorial.pdf
===================================================================
(Binary files differ)

Modified: gnunet/doc/gnunet-c-tutorial.tex
===================================================================
--- gnunet/doc/gnunet-c-tutorial.tex    2014-07-29 14:53:45 UTC (rev 34076)
+++ gnunet/doc/gnunet-c-tutorial.tex    2014-07-29 16:20:09 UTC (rev 34077)
@@ -1114,8 +1114,8 @@
 
 \section{Storing peer-specific data using the PEERSTORE service}
 
-GNUnet's PEERSTORE service offers persistent peer-specific arbitrary data 
storage.
-Other GNUnet services can use the PEERSTORE API to store, retrieve and monitor 
data records.
+GNUnet's PEERSTORE service offers a persistorage for arbitrary peer-specific 
data.
+Other GNUnet services can use the PEERSTORE to store, retrieve and monitor 
data records.
 Each data record stored with PEERSTORE contains the following fields:
 
 \begin{itemize}
@@ -1193,7 +1193,7 @@
 \end{itemize}
 
 The \lstinline|callback| function will be called once with each retrieved 
record and once
-more with a \lstinline|NULL| record to signify end of list.
+more with a \lstinline|NULL| record to signal the end of results.
 
 The \lstinline|GNUNET_PEERSTORE_iterate| function returns a handle to the 
iterate operation. This
 handle can be used to cancel the iterate operation only before the callback 
function is called with
@@ -1215,7 +1215,7 @@
 
 Whenever a new record is stored under the given key combination, the 
\lstinline|callback| function
 will be called with this new record. This will continue until the connection 
to the PEERSTORE service
-is broken or the watch operation is cancelled:
+is broken or the watch operation is canceled:
 \begin{lstlisting}
 void
 GNUNET_PEERSTORE_watch_cancel (struct GNUNET_PEERSTORE_WatchContext *wc);




reply via email to

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