diff options
Diffstat (limited to 'man2/mlock.2')
| -rw-r--r-- | man2/mlock.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2 index 43bc58b545..887878fa18 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -199,10 +199,10 @@ and .BR munlock () are available, .B _POSIX_MEMLOCK_RANGE -is defined in <unistd.h> and the number of bytes in a page +is defined in \fI<unistd.h>\fP and the number of bytes in a page can be determined from the constant .B PAGESIZE -(if defined) in <limits.h> or by calling +(if defined) in \fI<limits.h>\fP or by calling .IR sysconf(_SC_PAGESIZE) . On POSIX systems on which @@ -211,7 +211,7 @@ and .BR munlockall () are available, .B _POSIX_MEMLOCK -is defined in <unistd.h> to a value greater than 0. (See also +is defined in \fI<unistd.h>\fP to a value greater than 0. (See also .BR sysconf (3).) .\" POSIX.1-2001: It shall be defined to -1 or 0 or 200112L. .\" -1: unavailable, 0: ask using sysconf(). |
