remove extra mkfs.1
[minix.git] / man / man8 / sync.8
blob2e4956b61525aa9a0e806e7a2b35febe368e015a
1 .TH SYNC 8
2 .SH NAME
3 sync \- flush the cache to disk
4 .SH SYNOPSIS
5 \fBsync\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 sync
20 # Write out all modified cache blocks
21 .SH DESCRIPTION
22 .PP
23 \s-1MINIX 3\s-1
24 maintains a cache of recently used disk blocks.
25 The 
26 .I sync
27 command writes any modified cache blocks back to the disk.
28 This is essential before stopping the system, and should be done before
29 running any
30 .I a.out
31 program that might crash.
32 .SH "SEE ALSO"
33 .BR sync (2),
34 .BR update (8),
35 .BR shutdown (8).