diff options
Diffstat (limited to 'sys-utils/flock.1')
-rw-r--r-- | sys-utils/flock.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1 index 2dda8200..55be5d8c 100644 --- a/sys-utils/flock.1 +++ b/sys-utils/flock.1 @@ -92,7 +92,7 @@ Fail (with an exit code of 1) if the lock cannot be acquired within \fB\-o\fP, \fB\-\-close\fP Close the file descriptor on which the lock is held before executing \fIcommand\fP. This is useful if \fIcommand\fP spawns a child process -which should not be hold ing the lock. +which should not be holding the lock. .TP \fB\-c\fP, \fB\-\-command\fP \fIcommand\fP Pass a single \fIcommand\fP to the shell with \fB\-c\fP. |