summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-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