diff options
Diffstat (limited to 'toys/other/flock.c')
-rw-r--r-- | toys/other/flock.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/other/flock.c b/toys/other/flock.c index 5f0190a9..3dc75870 100644 --- a/toys/other/flock.c +++ b/toys/other/flock.c @@ -12,10 +12,10 @@ config FLOCK Manage advisory file locks. - -s Shared lock. - -x Exclusive lock (default). - -u Unlock. - -n Non-blocking: fail rather than wait for the lock. + -s Shared lock + -x Exclusive lock (default) + -u Unlock + -n Non-blocking: fail rather than wait for the lock */ #define FOR_flock |