summaryrefslogtreecommitdiffstats
path: root/historic/update.8
blob: e6887a73528882dd16c10cbda7e864b76b0c4190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
.TH UPDATE 8 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
.SH NAME
update \- periodically flush Linux filesystem buffers
.SH SYNOPSIS
.B update [ interval ]
.SH DESCRIPTION
.B update
executes
.BR sync (2)
every
.I interval
seconds.  By default, the
.I interval
is 30 seconds.  It is generally started at boot time in
.IR /etc/rc .
.SH "SEE ALSO"
.BR sync (2),
.BR sync (8),
.BR init (8)
.SH AUTHOR
Linus Torvalds (torvalds@cs.helsinki.fi)
.br
With modifications by Rick Sladkey (jrs@world.std.com)