iso9660fs: initialize buffer cache
[minix.git] / man / man8 / update.8
blobf5bbb84a888b2a533db5f476c61a8b144c1021d2
1 .TH UPDATE 8
2 .SH NAME
3 update \- periodically write the buffer cache to disk
4 .SH SYNOPSIS
5 \fBupdate\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B update &
20 # Start a process that flushes the cache
21 .SH DESCRIPTION
22 .PP
23 When the system is booted,
24 .I update
25 is started up in the background from 
26 .I /etc/rc
27 to issue a 
28 \&SYNC
29 system call every 30 sec.
30 .SH "SEE ALSO"
31 .BR boot (8).