sync.html 495 B

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <title>sync</title>
  4. <body bgcolor=#ffffff>
  5. <h2 align=center>sync</h2>
  6. <h4 align=center>OS/161 Reference Manual</h4>
  7. <h3>Name</h3>
  8. sync - synchronize buffers to disk
  9. <h3>Synopsis</h3>
  10. /bin/sync
  11. <h3>Description</h3>
  12. sync causes filesystem I/O buffers that have been modified but not yet
  13. written to be written to disk.
  14. <h3>Requirements</h3>
  15. sync uses the <A HREF=../syscall/sync.html>sync</A> system call, and
  16. of course <A HREF=../syscall/_exit.html>_exit</A>.
  17. </body>
  18. </html>