svn commit: r266866 - head/lib/libc/sys

Benjamin Kaduk bjk at FreeBSD.org
Fri May 30 02:16:29 UTC 2014


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


More information about the svn-src-all mailing list