diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:57:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:57:12 +0000 |
commit | 38dda9e9dec3108d1ba801b4a69510bfed962f22 (patch) | |
tree | ed55a7e90a2d7d18810963e634236310b793d446 /doc/s6-setlock.html | |
parent | df8c8876bc245c6124dd4691e5a95d8f397ca152 (diff) | |
download | s6-38dda9e9dec3108d1ba801b4a69510bfed962f22.tar.xz |
Doc fixes
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> |