about summary refs log tree commit diff
path: root/doc/s6-fdholder-store.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
commitb0fe68c13b04af8c098d53ea999bba6b7395163d (patch)
tree298bab9f755edd10f4fd09c22beadb89f05f1be3 /doc/s6-fdholder-store.html
parent997b02adcc8384906339ea81ece5ba7244f3ef60 (diff)
downloads6-b0fe68c13b04af8c098d53ea999bba6b7395163d.tar.gz
s6-b0fe68c13b04af8c098d53ea999bba6b7395163d.tar.xz
s6-b0fe68c13b04af8c098d53ea999bba6b7395163d.zip
Documentation fixes, by flexibeast
Diffstat (limited to 'doc/s6-fdholder-store.html')
-rw-r--r--doc/s6-fdholder-store.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-fdholder-store.html b/doc/s6-fdholder-store.html
index d0c3197..ceff696 100644
--- a/doc/s6-fdholder-store.html
+++ b/doc/s6-fdholder-store.html
@@ -47,7 +47,7 @@ By default, <em>fd</em> is 0 (i.e. the program's stdin will be stored). </li>
  <li> <tt>-T&nbsp;<em>fdtimeout</em></tt>&nbsp;: the descriptor is stored with
 an expiration time of <em>fdtimeout</em> milliseconds, which means the
 <a href="s6-fdholderd.html">s6-fdholderd</a> daemon will close and get rid of
-the descriptor after that time. By default, <em>fdtimeout</em> is 0, which
+the descriptor after this time. By default, <em>fdtimeout</em> is 0, which
 means infinite - no expiration time. </li>
  <li> <tt>-t&nbsp;<em>timeout</em></tt>&nbsp;: if the operation cannot be
 processed in <em>timeout</em> milliseconds, then fail with an error message.
@@ -63,7 +63,7 @@ wrong socket, for instance). </li>
  <li> 1: the server denied the operation. The meaning of the error messages 
 is explained <a href="s6-fdholder-errorcodes.html">here</a>. </li>          
  <li> 100: wrong usage. </li>                                               
- <li> 111: system call failed - that includes attempting to connect to a    
+ <li> 111: system call failed - this includes attempting to connect to a    
 nonexistent socket, or one where no <a href="s6-fdholderd.html">s6-fdholderd</a>
 daemon is listening. </li>                                                      
 </ul>