diff options
author | 2001-03-26 05:37:52 +0000 | |
---|---|---|
committer | 2001-03-26 05:37:52 +0000 | |
commit | 96ac02003ded82814af389570537d43adde368cb (patch) | |
tree | b2a5653701162758c3d78aefaf8198a1262b2d65 | |
parent | Typo: paramters -> parameters (diff) | |
download | wireguard-openbsd-96ac02003ded82814af389570537d43adde368cb.tar.xz wireguard-openbsd-96ac02003ded82814af389570537d43adde368cb.zip |
Remove BUGS section since pool(9) will now work with old VM system.
-rw-r--r-- | share/man/man9/pool.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index af0bedaf3ec..d9d243704de 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.6 2001/03/01 16:11:25 aaron Exp $ +.\" $OpenBSD: pool.9,v 1.7 2001/03/26 05:37:52 aaron Exp $ .\" $NetBSD: pool.9,v 1.13 1999/04/03 14:50:21 msaitoh Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -332,8 +332,6 @@ The pool manager is implemented in the file .Xr malloc 9 , .Xr free 9 .\" .Xr uvm 9 -.Sh BUGS -Pool will not work with old VM and is only used by UVM. .Sh HISTORY The pool manager first appeared in .Nx 1.4 |