From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 10:59:40 +0000 (+0100) Subject: Fix section number in lockf() page xref X-Git-Tag: v2.30-rc1~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00218ffb88dcf3c319d2291c68da064bb190b7b;p=thirdparty%2Futil-linux.git Fix section number in lockf() page xref lockf() is in section 3, not 2. Signed-off-by: Michael Kerrisk --- diff --git a/misc-utils/lslocks.8 b/misc-utils/lslocks.8 index 2be0a28b9a..dd34ccdbee 100644 --- a/misc-utils/lslocks.8 +++ b/misc-utils/lslocks.8 @@ -90,7 +90,7 @@ Davidlohr Bueso .SH "SEE ALSO" .BR flock (1), .BR fcntl (2), -.BR lockf (2) +.BR lockf (3) .SH AVAILABILITY The lslocks command is part of the util-linux package and is available from