ubase

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

commit 4cce54b8e9fe2e232ec79c11b426a37368800762
parent 22e7bed99b021e9ce75f35edbf62947814eb3269
Author: sin <sin@2f30.org>
Date:   Mon, 30 Jun 2014 14:14:46 +0100

Add readahead.8

Diffstat:
MMakefile | 1+
Areadahead.8 | 11+++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -117,6 +117,7 @@ MAN8 = \ mkswap.8 \ mount.8 \ pivot_root.8 \ + readahead.8 \ rmmod.8 \ swapoff.8 \ swapon.8 \ diff --git a/readahead.8 b/readahead.8 @@ -0,0 +1,11 @@ +.TH READAHEAD 8 ubase-VERSION +.SH NAME +\fBreadahead\fR - Preload files into disk cache +.SH SYNOPSIS +\fBreadahead\fR \fIfile...\fR +.SH DESCRIPTION +\fBreadahead\fR preloads files into the kernel's disk cache. The +number of pages preloaded depends on the kernel but it is usually around +2MB. +.SH SEE ALSO +readahead(2)