summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.1
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:54 +0100
committerKarel Zak2006-12-07 00:26:54 +0100
commit48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 (patch)
tree8813d36590ee3361bd75f57a12fd2032e9296ddb /sys-utils/flock.1
parentImported from util-linux-2.12r tarball. (diff)
downloadkernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.gz
kernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.xz
kernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.zip
Imported from util-linux-2.13-pre1 tarball.
Diffstat (limited to 'sys-utils/flock.1')
-rw-r--r--sys-utils/flock.14
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-utils/flock.1 b/sys-utils/flock.1
index dda0a0cfc..e9cdb979a 100644
--- a/sys-utils/flock.1
+++ b/sys-utils/flock.1
@@ -3,7 +3,9 @@
flock \- acquire a file lock and then execute a command with the lock held
.SH SYNOPSIS
.BR flock
-[ \fB\-\-shared\fR | \fB\-\-timeout=\fR\fIseconds\fR ] lockfile command ..
+.RB [ \-\-shared ]
+.RB [ \-\-timeout=\fP\fIseconds\fP ]
+.I lockfile command ...
.SH DESCRIPTION
.\" Add any additional description here
.PP