Browse Source

Merge branch 'master' of github.com:synrc/kvs

Namdak Tonpa 5 years ago
parent
commit
4dcfe2d868
1 changed files with 6 additions and 6 deletions
  1. 6 6
      man/kvs_stream.htm

+ 6 - 6
man/kvs_stream.htm

@@ -68,12 +68,6 @@
 	<h4 id="add">add(#writer{}) -> #writer{}.</h4>
 	<h4 id="add">add(#writer{}) -> #writer{}.</h4>
 	<p>Adds element to list declared by writer cursor.</p>
 	<p>Adds element to list declared by writer cursor.</p>
 
 
-	<h4 id="append">append(tuple(), list()) -> term().</h4>
-	<p>Adds record to feed.</p>
-
-	<h4 id="cut">cut(list(), term()) -> #ok{} | #error{}.</h4>
-	<p>Adds record to feed.</p>
-
 	<h4 id="load_writer">load_writer(#writer{}) -> #writer{}.</h4>
 	<h4 id="load_writer">load_writer(#writer{}) -> #writer{}.</h4>
 	<p>Loads writer cursor.</p>
 	<p>Loads writer cursor.</p>
 
 
@@ -129,6 +123,12 @@
 	<p>Trying to consume N records from stream using its current value and direction.
 	<p>Trying to consume N records from stream using its current value and direction.
 	   Returns consumed data. Usually you seek to some position and then consume some data.</p>
 	   Returns consumed data. Usually you seek to some position and then consume some data.</p>
 
 
+	<h4 id="append">append(tuple(), list()) -> term().</h4>
+	<p>Adds record to feed.</p>
+
+	<h4 id="cut">cut(list(), term()) -> #ok{} | #error{}.</h4>
+	<p>Adds record to feed.</p>
+
     </section>
     </section>
     <section>
     <section>
 	<p>This module may refer to:
 	<p>This module may refer to: