diff options
author | bjk <bjk@FreeBSD.org> | 2014-05-30 02:16:28 +0000 |
---|---|---|
committer | bjk <bjk@FreeBSD.org> | 2014-05-30 02:16:28 +0000 |
commit | 5cb7c43ec6ad6a290f773f114e59b0c9e7cd7d92 (patch) | |
tree | 1cd1c789b4ad5a8632ddf0ce8f4c8e7240a085ba /lib/libc/sys | |
parent | f14a9b1c1eddb38b0169ad578180f8f2d16f2fd1 (diff) | |
download | FreeBSD-src-5cb7c43ec6ad6a290f773f114e59b0c9e7cd7d92.zip FreeBSD-src-5cb7c43ec6ad6a290f773f114e59b0c9e7cd7d92.tar.gz |
Minor mdoc fix
Submitted by: hrs
Approved by: hrs (mentor, implicit)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mlock.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index 5c914f4..4f26420 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -94,7 +94,7 @@ limited in how much they can lock down. The amount of memory that a single process can .Fn mlock is limited by both the per-process -.Li RLIMIT_MEMLOCK +.Dv RLIMIT_MEMLOCK resource limit and the system-wide .Dq wired pages |