diff options
Diffstat (limited to 'util/sbase/sync.1')
-rw-r--r-- | util/sbase/sync.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/util/sbase/sync.1 b/util/sbase/sync.1 new file mode 100644 index 00000000..85f4526e --- /dev/null +++ b/util/sbase/sync.1 @@ -0,0 +1,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 |