]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sync.tproj/sync.8
system_cmds-735.20.1.tar.gz
[apple/system_cmds.git] / sync.tproj / sync.8
index 6d39ad0750b19ba516bb9c93838a4af1859f3e42..fc733b8a461378decd49ba75ce7cf8a8c09dd1c8 100644 (file)
@@ -1,3 +1,4 @@
+.\"-
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -9,10 +10,6 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\" 4. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\" SUCH DAMAGE.
 .\"
 .\"    @(#)sync.8      8.1 (Berkeley) 5/31/93
 .\" SUCH DAMAGE.
 .\"
 .\"    @(#)sync.8      8.1 (Berkeley) 5/31/93
+.\" $FreeBSD: src/bin/sync/sync.8,v 1.16 2005/01/10 08:39:26 imp Exp $
 .\"
 .Dd May 31, 1993
 .Dt SYNC 8
 .\"
 .Dd May 31, 1993
 .Dt SYNC 8
-.Os BSD 4
+.Os
 .Sh NAME
 .Nm sync
 .Nd force completion of pending disk writes (flush cache)
 .Sh SYNOPSIS
 .Sh NAME
 .Nm sync
 .Nd force completion of pending disk writes (flush cache)
 .Sh SYNOPSIS
-.Nm sync
+.Nm
 .Sh DESCRIPTION
 .Sh DESCRIPTION
-.Nm Sync
-can be called to insure that all disk writes have been completed before the
+The
+.Nm
+utility
+can be called to ensure that all disk writes have been completed before the
 processor is halted in a way not suitably done by
 processor is halted in a way not suitably done by
-.Xr reboot 8
-or
-.Xr halt 8 .
+.Xr shutdown 8 .
 Generally, it is preferable to use
 Generally, it is preferable to use
-.Xr reboot
-or
-.Xr halt
+.Xr shutdown 8
 to shut down the system,
 as they may perform additional actions
 such as resynchronizing the hardware clock
 and flushing internal caches before performing a final
 to shut down the system,
 as they may perform additional actions
 such as resynchronizing the hardware clock
 and flushing internal caches before performing a final
-.Nm sync .
+.Nm .
 .Pp
 .Pp
-.Nm Sync
-utilizes the
+The
+.Nm
+utility utilizes the
 .Xr sync 2
 function call.
 .Sh SEE ALSO
 .Xr fsync 2 ,
 .Xr sync 2 ,
 .Xr sync 2
 function call.
 .Sh SEE ALSO
 .Xr fsync 2 ,
 .Xr sync 2 ,
-.Xr halt 8 ,
-.Xr reboot 8 ,
-.Xr update 8
+.Xr shutdown 8
 .Sh HISTORY
 A
 .Sh HISTORY
 A
-.Nm sync
-command appeared in
-.At v6 .
+.Nm
+utility appeared in
+.At v4 .