Adding some utilities.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-05-30 21:29:56 +02:00
parent c9aac796c8
commit 2c162042b1
9 changed files with 131 additions and 14 deletions

14
sync.1 Normal file
View File

@@ -0,0 +1,14 @@
.TH SYNC 1 sbase\-VERSION
.SH NAME
sync \- flush disk cache
.SH SYNOPSIS
.B sync
.SH DESCRIPTION
.B sync
invokes
.IR sync(2)
to flush all unwritten changes to the disk. This is
usually done before shutting down, rebooting or halting.
.SH SEE ALSO
.IR sync (2) fsync (2)