Date: Fri, 30 May 2014 02:16:28 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266866 - head/lib/libc/sys Message-ID: <201405300216.s4U2GS2A059666@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer) Date: Fri May 30 02:16:28 2014 New Revision: 266866 URL: http://svnweb.freebsd.org/changeset/base/266866 Log: Minor mdoc fix Submitted by: hrs Approved by: hrs (mentor, implicit) Modified: head/lib/libc/sys/mlock.2 Modified: head/lib/libc/sys/mlock.2 ============================================================================== --- head/lib/libc/sys/mlock.2 Fri May 30 01:09:07 2014 (r266865) +++ head/lib/libc/sys/mlock.2 Fri May 30 02:16:28 2014 (r266866) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405300216.s4U2GS2A059666>