minix/minix/man/man8/update.8
Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

32 lines
428 B
Groff

.TH UPDATE 8
.SH NAME
update \- periodically write the buffer cache to disk
.SH SYNOPSIS
\fBupdate\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B update &
# Start a process that flushes the cache
.SH DESCRIPTION
.PP
When the system is booted,
.I update
is started up in the background from
.I /etc/rc
to issue a
\&SYNC
system call every 30 sec.
.SH "SEE ALSO"
.BR boot (8).