diff options
author | 2002-05-02 14:02:49 +0000 | |
---|---|---|
committer | 2002-05-02 14:02:49 +0000 | |
commit | 04f182c981becd7fc73ffbb609315aa4d159c589 (patch) | |
tree | 6d18f834dcd356834fe7df9f926e89144cdb4edf /lib/libc/sys | |
parent | In UKC, when adding a fixed unit device (foo0) by cloning a star device (diff) | |
download | wireguard-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/sys')
-rw-r--r-- | lib/libc/sys/swapctl.2 | 6 |
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> |