]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/mlock.2
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man2 / mlock.2
index 80305566d3290c77ad210e162c816f1b5fd8c4d2..5f0da10f1e8a343b28d48769073fa2ba6406917e 100644 (file)
@@ -159,7 +159,7 @@ or
 will be unlocked by a single call to
 .BR munlock ()
 for the corresponding range or by
-.BR munlockall .
+.BR munlockall ().
 Pages which are mapped to several locations or by several processes stay
 locked into RAM as long as they are locked at least at one location or by
 at least one process.
@@ -225,7 +225,7 @@ soft resource limit was 0.
 .B EPERM
 (Linux 2.6.8 and earlier)
 The calling process has insufficient privilege to call 
-.BR munlockall .
+.BR munlockall ().
 Under Linux the
 .B CAP_IPC_LOCK
 capability is required.