SYNC.2
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. ." Copyright (c) 1980 Regents of the University of California.
  2. ." All rights reserved.  The Berkeley software License Agreement
  3. ." specifies the terms and conditions for redistribution.
  4. ."
  5. ." @(#)sync.2 6.2 (Berkeley) 6/30/85
  6. ."
  7. .TH SYNC 2 "June 30, 1985"
  8. .UC 4
  9. .SH NAME
  10. sync - update super-block
  11. .SH SYNOPSIS
  12. .nf
  13. .ft B
  14. #include <unistd.h>
  15. int sync(void)
  16. .ft R
  17. .fi
  18. .SH DESCRIPTION
  19. .B Sync
  20. causes all information in the file system
  21. buffers that should be on disk to be written out.
  22. This includes modified super blocks,
  23. modified i-nodes, and delayed block I/O.
  24. .SH "SEE ALSO"
  25. .BR sync (8),
  26. .BR update (8).