summaryrefslogtreecommitdiff
path: root/notes/lockfiles.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2010-01-10 23:26:09 -0800
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2010-01-10 23:26:09 -0800
commitabc86bec4e00e6b341d88e7140ddb23a643742f4 (patch)
tree6b57044842a9bf787f1e2d7377aec7db413a2c8f /notes/lockfiles.mdwn
parent5a037360cc311e195007d4f2e519d48354809d13 (diff)
downloadjrayhawk-abc86bec4e00e6b341d88e7140ddb23a643742f4.tar.gz
jrayhawk-abc86bec4e00e6b341d88e7140ddb23a643742f4.zip
Notes: lockfiles: adding mention of flock manpage.
Diffstat (limited to 'notes/lockfiles.mdwn')
-rw-r--r--notes/lockfiles.mdwn2
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