sbase/sync.1
FRIGN e51a2e6d2f Use ISO-date-format in manpages
The one specified by mdoc is hard to read for non-native
speakers from countries which read the date day-first (like
Germany, Greece, North-Korea, Swamp,...).
This is also consistent with how we generally specify dates
at suckless.org.
2015-10-08 17:15:08 +02:00

18 lines
274 B
Groff

.Dd 2015-10-08
.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