ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 7493628e522568854e8e607aef4d65061b945354
parent dd4dab958a036607360df4891261d06ff8bbb649
Author: sin <sin@2f30.org>
Date:   Sat, 12 Apr 2014 15:03:16 +0100

Add mkswap manpage

Diffstat:
Amkswap.8 | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/mkswap.8 b/mkswap.8 @@ -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)