From 4cce54b8e9fe2e232ec79c11b426a37368800762 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 30 Jun 2014 14:14:46 +0100 Subject: [PATCH] Add readahead.8 --- Makefile | 1 + readahead.8 | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 readahead.8 diff --git a/Makefile b/Makefile index 33a1965..0348f48 100644 --- 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 new file mode 100644 index 0000000..6d842b8 --- /dev/null +++ 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)