/* [<][>][^][v][top][bottom][index][help] */
<html>
<head>
<title>sync</title>
<body bgcolor=#ffffff>
<h2 align=center>sync</h2>
<h4 align=center>OS/161 Reference Manual</h4>
<h3>Name</h3>
sync - synchronize buffers to disk
<h3>Synopsis</h3>
/bin/sync
<h3>Description</h3>
sync causes filesystem I/O buffers that have been modified but not yet
written to be written to disk.
<h3>Requirements</h3>
sync uses the <A HREF=../syscall/sync.html>sync</A> system call, and
of course <A HREF=../syscall/_exit.html>_exit</A>.
</body>
</html>