]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
flock: Change the 'exit status' man page section to make more sense
authorWieland Hoffmann <themineo@gmail.com>
Thu, 16 Jan 2014 00:06:32 +0000 (01:06 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Jan 2014 11:50:55 +0000 (12:50 +0100)
Signed-off-by: Wieland Hoffmann <themineo@gmail.com>
sys-utils/flock.1

index d9f7d86e70af9e25cea7abc84b7982a78ba47182..99ae682d2847a7127371dab34c2de21adf9c04e0 100644 (file)
@@ -152,11 +152,11 @@ also sets the FLOCKER env var to the right value so it doesn't run again.
 .SH "EXIT STATUS"
 The command uses
 .B sysexits.h
-return values for everything else but an options
+return values for everything, except when using either of the options
 .I \-n
 or
 .I \-w
-failures which return either the value given by the
+which report a failure to acquire the lock with a return value given by the
 .I \-E
 option, or 1 by default.
 .SH AUTHOR