Add readahead.8

This commit is contained in:
sin 2014-06-30 14:14:46 +01:00
parent 22e7bed99b
commit 4cce54b8e9
2 changed files with 12 additions and 0 deletions

View File

@ -117,6 +117,7 @@ MAN8 = \
mkswap.8 \
mount.8 \
pivot_root.8 \
readahead.8 \
rmmod.8 \
swapoff.8 \
swapon.8 \

11
readahead.8 Normal file
View File

@ -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)