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

Sergey Kandaurov pluknet at FreeBSD.org
Fri Jan 27 13:26:20 UTC 2012


Author: pluknet
Date: Fri Jan 27 13:26:19 2012
New Revision: 230613
URL: http://svn.freebsd.org/changeset/base/230613

Log:
  Remove a left-over reference to make.conf(5) which was used as a place to
  store the VM_STACK compile option to enable MAP_STACK support in its
  earliest stage of development.
  
  Found by:	mux

Modified:
  head/lib/libc/sys/mmap.2

Modified: head/lib/libc/sys/mmap.2
==============================================================================
--- head/lib/libc/sys/mmap.2	Fri Jan 27 11:48:44 2012	(r230612)
+++ head/lib/libc/sys/mmap.2	Fri Jan 27 13:26:19 2012	(r230613)
@@ -356,8 +356,7 @@ was specified and insufficient memory wa
 .Xr msync 2 ,
 .Xr munlock 2 ,
 .Xr munmap 2 ,
-.Xr getpagesize 3 ,
-.Xr make.conf 5
+.Xr getpagesize 3
 .Sh BUGS
 The
 .Fa len


More information about the svn-src-all mailing list