documentation: Fix typos (found by codespell)
[project/luci.git] / documentation / api / modules / nixio.UnifiedIO.html
index 576c23f..1717980 100644 (file)
        </li>
 
        <li>
+               <a href="../modules/luci.http.html">luci.http</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.http.protocol.html">luci.http.protocol</a>
        </li>
 
        </li>
 
        <li>
+               <a href="../modules/luci.json.html">luci.json</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.jsonc.html">luci.jsonc</a>
        </li>
 
        </li>
 
        <li>
+               <a href="../modules/luci.model.ipkg.html">luci.model.ipkg</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.model.uci.html">luci.model.uci</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.rpcc.html">luci.rpcc</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.rpcc.ruci.html">luci.rpcc.ruci</a>
+       </li>
+
+       <li>
+               <a href="../modules/luci.sys.html">luci.sys</a>
+       </li>
+
+       <li>
                <a href="../modules/luci.sys.init.html">luci.sys.init</a>
        </li>
 
        </li>
 
        <li>
+               <a href="../modules/luci.util.html">luci.util</a>
+       </li>
+
+       <li>
                <a href="../modules/nixio.html">nixio</a>
        </li>
 
        <li>The blocksize given is only advisory and to be seen as an upper limit, 
  if an underlying read returns less bytes the chunk is nevertheless returned.
        
-       <li>If the limit parameter is ommited, the iterator returns data 
+       <li>If the limit parameter is omitted, the iterator returns data
  until an end-of-file, end-of-stream, connection shutdown or similar happens.
        
        <li>The iterator will not buffer so it is safe to mix with calls to read.
@@ -370,7 +402,7 @@ true
        <li>This function uses the blocksource function of the source descriptor 
  and the sink function of the target descriptor.
        
-       <li>If the limit parameter is ommited, data is copied 
+       <li>If the limit parameter is omitted, data is copied
  until an end-of-file, end-of-stream, connection shutdown or similar happens.
        
        <li>If the descriptor is non-blocking the function may fail with EAGAIN.
@@ -382,13 +414,13 @@ true
 <h3>Return values:</h3>
 <ol>
        
-       <li>bytes that were successfully written if no error occured
+       <li>bytes that were successfully written if no error occurred
        
        <li>- reserved for error code -
        
        <li>- reserved for error message -
        
-       <li>bytes that were successfully written even if an error occured
+       <li>bytes that were successfully written even if an error occurred
        
 </ol>
 
@@ -429,7 +461,7 @@ true
  blocksource function of the source descriptor and the sink function 
  of the target descriptor as a fallback mechanism.
        
-       <li>If the limit parameter is ommited, data is copied 
+       <li>If the limit parameter is omitted, data is copied
  until an end-of-file, end-of-stream, connection shutdown or similar happens.
        
        <li>If the descriptor is non-blocking the function may fail with EAGAIN.
@@ -441,13 +473,13 @@ true
 <h3>Return values:</h3>
 <ol>
        
-       <li>bytes that were successfully written if no error occured
+       <li>bytes that were successfully written if no error occurred
        
        <li>- reserved for error code -
        
        <li>- reserved for error message -
        
-       <li>bytes that were successfully written even if an error occured
+       <li>bytes that were successfully written even if an error occurred
        
 </ol>
 
@@ -552,7 +584,7 @@ boolean
  you can pass "true" to the iterator which will flush the buffer  
  and return the bufferd data.
        
-       <li>If the limit parameter is ommited, this function uses the nixio 
+       <li>If the limit parameter is omitted, this function uses the nixio
  buffersize (8192B by default).
        
        <li>If the descriptor is non-blocking the iterator may fail with EAGAIN.
@@ -596,7 +628,7 @@ Line-based Iterator
        
        <li>This function uses the low-level read function of the descriptor.
        
-       <li>If the length parameter is ommited, this function returns all data 
+       <li>If the length parameter is omitted, this function returns all data
  that can be read before an end-of-file, end-of-stream, connection shutdown 
  or similar happens.
        
@@ -609,13 +641,13 @@ Line-based Iterator
 <h3>Return values:</h3>
 <ol>
        
-       <li>data that was successfully read if no error occured
+       <li>data that was successfully read if no error occurred
        
        <li>- reserved for error code -
        
        <li>- reserved for error message -
        
-       <li>data that was successfully read even if an error occured
+       <li>data that was successfully read even if an error occurred
        
 </ol>
 
@@ -701,13 +733,13 @@ Sink
 <h3>Return values:</h3>
 <ol>
        
-       <li>bytes that were successfully written if no error occured
+       <li>bytes that were successfully written if no error occurred
        
        <li>- reserved for error code -
        
        <li>- reserved for error message -
        
-       <li>bytes that were successfully written even if an error occured
+       <li>bytes that were successfully written even if an error occurred
        
 </ol>