diff options
Diffstat (limited to 'man2/mlock.2')
| -rw-r--r-- | man2/mlock.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2 index 9a6d04454a..c08e7ad5b5 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -14,9 +14,10 @@ Standard C library .nf .B #include <sys/mman.h> .PP -.BI "int mlock(const void *" addr ", size_t " len ); -.BI "int mlock2(const void *" addr ", size_t " len ", unsigned int " flags ); -.BI "int munlock(const void *" addr ", size_t " len ); +.BI "int mlock(const void " addr [. len "], size_t " len ); +.BI "int mlock2(const void " addr [. len "], size_t " len ", \ +unsigned int " flags ); +.BI "int munlock(const void " addr [. len "], size_t " len ); .PP .BI "int mlockall(int " flags ); .B int munlockall(void); |
