From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/other/flock.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'toys/other/flock.c') 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 -- cgit v1.2.3