Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)swapon.2 5.1 (Berkeley) 05/09/85
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)swapon.2 5.1 (Berkeley) 05/09/85
SWAPON 2 "27 July 1983"
C 4 NAME
swapon - add a swap device for interleaved paging/swapping
SYNOPSIS
swapon(special) char *special;
DESCRIPTION
Swapon makes the block device
special available to the system for
allocation for paging and swapping. The names of potentially
available devices are known to the system and defined at system
configuration time. The size of the swap area on
special is calculated at the time the device is first made available
for swapping.
"SEE ALSO"
swapon(8), config(8)
BUGS
There is no way to stop swapping on a disk so that the pack may be
dismounted.
This call will be upgraded in future versions of the system.