386BSD 0.1 development
[unix-history] / usr / src / bin / sync / sync.8
index 27106a7..5932928 100644 (file)
@@ -1,20 +1,20 @@
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)sync.8     6.3 (Berkeley) %G%
+.\"    %W% (Berkeley) %G%
 .\"
 .\"
-.Dd 
+.Dd %Q%
 .Dt SYNC 8
 .Os BSD 4
 .Sh NAME
 .Nm sync
 .Nd synchronize internal filesystem information with that on the disk
 .Sh SYNOPSIS
 .Dt SYNC 8
 .Os BSD 4
 .Sh NAME
 .Nm sync
 .Nd synchronize internal filesystem information with that on the disk
 .Sh SYNOPSIS
-.Nm /etc/sync
+.Nm sync
 .Sh DESCRIPTION
 .Sh DESCRIPTION
-.Xr Sync
+.Nm Sync
 can be called to insure that all disk writes have been completed before the
 processor is halted in a way not suitably done by
 .Xr reboot 8
 can be called to insure that all disk writes have been completed before the
 processor is halted in a way not suitably done by
 .Xr reboot 8
@@ -28,9 +28,9 @@ 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
 as they may perform additional actions
 such as resynchronizing the hardware clock
 and flushing internal caches before performing a final
-.Xr sync .
+.Nm sync .
 .Pp
 .Pp
-.Nm sync
+.Nm Sync
 utilizes the
 .Xr sync 2
 function call.
 utilizes the
 .Xr sync 2
 function call.
@@ -42,5 +42,6 @@ function call.
 .Xr update 8
 .Sh HISTORY
 A
 .Xr update 8
 .Sh HISTORY
 A
-.Nm
-command appeared in Version 6 AT&T UNIX.
+.Nm sync
+command appeared in
+.At v6 .