diff options
author | 2008-09-05 13:15:34 +0000 | |
---|---|---|
committer | 2008-09-05 13:15:34 +0000 | |
commit | 2855172b9fb620cd6f5d55ea53c912d02144632d (patch) | |
tree | 8e10c770a3b413cd529e474ebf5621e2e6eb85a1 | |
parent | ignore unknown SAFIs in the MP capabilities. used by some to distribute (diff) | |
download | wireguard-openbsd-2855172b9fb620cd6f5d55ea53c912d02144632d.tar.xz wireguard-openbsd-2855172b9fb620cd6f5d55ea53c912d02144632d.zip |
remove remaining MALLOC/FREE bits
spotted by jmc@
ok jmc@
-rw-r--r-- | share/man/man4/options.4 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index cf19862e383..4c323d161a4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.189 2008/07/27 21:14:31 jmc Exp $ +.\" $OpenBSD: options.4,v 1.190 2008/09/05 13:15:34 chl Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 27 2008 $ +.Dd $Mdocdate: September 5 2008 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -529,12 +529,6 @@ and The kernel memory allocator, .Xr malloc 9 , will keep statistics on its performance if this option is enabled. -Unfortunately, this option therefore essentially disables -.Fn MALLOC -and -.Fn FREE -forms of the memory allocator, which are used to enhance the -performance of certain critical sections of code in the kernel. This option therefore can lead to a significant decrease in the performance of certain code in the kernel if enabled. Examples of such code include the |