swapctl(SWAP_OFF, ...) now works.
This commit is contained in:
parent
de798768b3
commit
902637d2e4
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: swapctl.2,v 1.13 1999/12/02 21:42:40 kleink Exp $
|
||||
.\" $NetBSD: swapctl.2,v 1.14 2000/01/13 12:11:30 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Matthew R. Green
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
|
@ -204,12 +204,6 @@ points outside the process' allocated address space.
|
|||
.Sh SEE ALSO
|
||||
.Xr swapctl 8 ,
|
||||
.Xr config 8
|
||||
.Sh BUGS
|
||||
The
|
||||
.Dv SWAP_OFF
|
||||
command is currently unimplemented by the
|
||||
.Nx
|
||||
kernel.
|
||||
.Sh AUTHOR
|
||||
The current swap system was designed and implemented by Matthew Green
|
||||
<mrg@eterna.com.au>, with help from Paul Kranenburg <pk@NetBSD.ORG>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: swapon.3,v 1.5 1999/03/22 19:45:10 garbled Exp $
|
||||
.\" $NetBSD: swapon.3,v 1.6 2000/01/13 12:11:30 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -113,9 +113,6 @@ points outside the process's allocated address space.
|
|||
.Xr swapon 8 ,
|
||||
.Xr config 8
|
||||
.Sh BUGS
|
||||
There is no way to stop swapping on a disk so that the pack may be
|
||||
dismounted.
|
||||
.Pp
|
||||
This call will be upgraded in future versions of the system.
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: swapctl.8,v 1.15 1999/02/23 17:00:53 mrg Exp $
|
||||
.\" $NetBSD: swapctl.8,v 1.16 2000/01/13 12:11:31 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
|
@ -229,15 +229,6 @@ program, provided for backwards compatibility, appeared in
|
|||
The
|
||||
.Nm
|
||||
program was written by Matthew R. Green <mrg@eterna.com.au>.
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm swapoff
|
||||
command and the
|
||||
.Fl d
|
||||
option of
|
||||
.Nm
|
||||
are not currently supported by
|
||||
.Nx .
|
||||
.Sh SEE ALSO
|
||||
.Xr swapctl 2 ,
|
||||
.Xr fstab 5 ,
|
||||
|
|
Loading…
Reference in New Issue