Research V4 development
authorKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 00:41:36 +0000 (19:41 -0500)
committerKen Thompson <ken@research.uucp>
Tue, 6 Nov 1973 00:41:36 +0000 (19:41 -0500)
Work on file man/man2/sync.2

Synthesized-from: v4

man/man2/sync.2 [new file with mode: 0644]

diff --git a/man/man2/sync.2 b/man/man2/sync.2
new file mode 100644 (file)
index 0000000..c593861
--- /dev/null
@@ -0,0 +1,25 @@
+.th SYNC II 8/5/73
+.sh NAME
+sync \*- update super-block
+.sh SYNOPSIS
+(sync = 36.; not in assembler)
+.br
+.ft B
+sys  sync
+.ft R
+.sh DESCRIPTION
+.it Sync
+causes all information in core
+memory that should be on disk to be written out.
+This includes modified super blocks,
+modified i-nodes, and delayed block I/O.
+.s3
+It should be used by programs which examine a file system,
+for example
+.it "check, df,"
+etc.
+It is mandatory before a boot.
+.sh "SEE ALSO"
+sync (VIII), update (VIII)
+.sh DIAGNOSTICS
+\*-