]> err.no Git - util-linux/commitdiff
flock: fix file number in flock.1 man page
authorPatrice Dumas <pertusus@free.fr>
Wed, 7 Jul 2010 08:09:40 +0000 (10:09 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jul 2010 08:09:40 +0000 (10:09 +0200)
According to a search on the internet, the 200 file number is not a
posix shell feature, since posix shells are only mandated to have 1
through 9.  I haven't verified that this claim is right, but, at least
dash doesn't like the 200. So here is a patch for the flock man page
that replaces 200 with 9.

Signed-off-by: Patrice Dumas <pertusus@free.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/flock.1

index 6d60ff71f3c847dd31bb3fd46c5fd92fbeea4dc2..6ae584bd4c6c0e4cfafbbb8e9edeed71579adec5 100644 (file)
@@ -51,11 +51,11 @@ used the following manner:
 .PP
 \fC(
 .br
-  flock -s 200
+  flock -s 9
 .br
   # ... commands executed under lock ...
 .br
-) 200>/var/lock/mylockfile\fP
+) 9>/var/lock/mylockfile\fP
 .PP
 The mode used to open the file doesn't matter to \fBflock\fP; using
 \fC>\fP or \fP>>\fP allows the lockfile to be created if it does not