4.3BSD beta release manual page
[unix-history] / usr / src / lib / libc / sys / swapon.2
.\" 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 6.1 (Berkeley) %G%
.\"
.TH SWAPON 2 ""
.UC 4
.SH NAME
swapon \- add a swap device for interleaved paging/swapping
.SH SYNOPSIS
.nf
.B swapon(special)
.B char *special;
.fi
.SH DESCRIPTION
.I Swapon
makes the block device
.I 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
.I special
is calculated at the time the device is first made available
for swapping.
.SH "SEE ALSO"
swapon(8), 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.