summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-05-02 14:02:49 +0000
committerart <art@openbsd.org>2002-05-02 14:02:49 +0000
commit04f182c981becd7fc73ffbb609315aa4d159c589 (patch)
tree6d18f834dcd356834fe7df9f926e89144cdb4edf /lib/libc
parentIn UKC, when adding a fixed unit device (foo0) by cloning a star device (diff)
downloadwireguard-openbsd-04f182c981becd7fc73ffbb609315aa4d159c589.tar.xz
wireguard-openbsd-04f182c981becd7fc73ffbb609315aa4d159c589.zip
SWAP_OFF has been implemented a long time ago.
Noted by Kamo Hiroyasu
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/swapctl.26
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2
index ac0e05eea08..82b4ac09974 100644
--- a/lib/libc/sys/swapctl.2
+++ b/lib/libc/sys/swapctl.2
@@ -209,12 +209,6 @@ points outside the process' allocated address space.
.Sh SEE ALSO
.Xr config 8 ,
.Xr swapctl 8
-.Sh BUGS
-The
-.Dv SWAP_OFF
-command is currently unimplemented by the
-.Ox
-kernel.
.Sh AUTHORS
The current swap system was designed and implemented by Matthew Green
<mrg@eterna.com.au>, with help from Paul Kranenburg <pk@NetBSD.ORG>