Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace.

This commit is contained in:
David Galos
2013-07-20 01:27:42 -04:00
parent 43c4213631
commit 9f8deb4b23
25 changed files with 78 additions and 85 deletions

8
sync.1
View File

@@ -1,13 +1,13 @@
.TH SYNC 1 sbase\-VERSION
.SH NAME
sync \- flush disk cache
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
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