diff options
Diffstat (limited to 'doc/s6-setlock.html')
-rw-r--r-- | doc/s6-setlock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-setlock.html b/doc/s6-setlock.html index bab3e23..f425656 100644 --- a/doc/s6-setlock.html +++ b/doc/s6-setlock.html @@ -40,7 +40,7 @@ s6-setlock takes a lock on a file, then executes into another program. exit 1 immediately. </li> <li> <tt>-N</tt> : blocking lock. s6-setlock will wait until it can acquire the lock. This is the default. </li> - <li> <tt>-t <em>timeout</em> : timed lock. If s6-setlock cannot acquire + <li> <tt>-t <em>timeout</em></tt> : timed lock. If s6-setlock cannot acquire the lock after <em>timeout</em> milliseconds, it will exit 1. </li> <li> <tt>-r</tt> : shared lock. Other shared locks on the same file will not prevent the lock from being acquired (but an exclusive lock will). </li> |