Add readahead.8
This commit is contained in:
parent
22e7bed99b
commit
4cce54b8e9
1
Makefile
1
Makefile
@ -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
11
readahead.8
Normal 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)
|
Loading…
Reference in New Issue
Block a user