Add mkswap manpage

This commit is contained in:
sin 2014-04-12 15:03:16 +01:00
parent dd4dab958a
commit 7493628e52
1 changed files with 12 additions and 0 deletions

12
mkswap.8 Normal file
View File

@ -0,0 +1,12 @@
.TH MKSWAP 8 ubase-VERSION
.SH NAME
\fBmkswap\fR - Set up a Linux swap area
.SH SYNOPSIS
\fBmkswap\fR \fIdevice\fR
.SH DESCRIPTION
\fBmkswap\fR sets up a Linux swap area on a device or in a file. The
\fIdevice\fR argument will usually be a disk-partition but it can also be a
file. After creating the swap area you will typically need to use the
\fBswapon\fR command to start using it.
.SH SEE ALSO
swapon(8)