Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 13:26:20 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230613 - head/lib/libc/sys
Message-ID:  <201201271326.q0RDQKWW041291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201271326.q0RDQKWW041291>