blob: 85f4526edc724d9c479afb2b6fd8803e0e9673e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.Dd October 8, 2015
.Dt SYNC 1
.Os sbase
.Sh NAME
.Nm sync
.Nd flush disk cache
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
invokes
.Xr sync 2
to flush all unwritten changes to disk.
This is usually done before shutting down, rebooting or halting.
.Sh SEE ALSO
.Xr fsync 2 ,
.Xr sync 2
|