diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-01-10 23:26:09 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-01-10 23:26:09 -0800 |
commit | abc86bec4e00e6b341d88e7140ddb23a643742f4 (patch) | |
tree | 6b57044842a9bf787f1e2d7377aec7db413a2c8f /notes | |
parent | 5a037360cc311e195007d4f2e519d48354809d13 (diff) | |
download | jrayhawk-abc86bec4e00e6b341d88e7140ddb23a643742f4.tar.gz jrayhawk-abc86bec4e00e6b341d88e7140ddb23a643742f4.zip |
Notes: lockfiles: adding mention of flock manpage.
Diffstat (limited to 'notes')
-rw-r--r-- | notes/lockfiles.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/lockfiles.mdwn b/notes/lockfiles.mdwn index ce8df7f..7db4ad8 100644 --- a/notes/lockfiles.mdwn +++ b/notes/lockfiles.mdwn @@ -23,7 +23,7 @@ succeed: not transactional. ## flock Cumbersome, but doable. You'd probably want to wrap all the exclusive bits in a -subshell. +subshell. The flock manpage describes how to do this. ## moreutils' lckdo |