From 88393445310b150b92f38f5c731fbf6f4aab2895 Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Wed, 10 Jan 1979 15:16:13 -0500 Subject: [PATCH] Research V7 development Work on file usr/man/man1/sync.1m Co-Authored-By: Dennis Ritchie Synthesized-from: v7 --- usr/man/man1/sync.1m | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr/man/man1/sync.1m diff --git a/usr/man/man1/sync.1m b/usr/man/man1/sync.1m new file mode 100644 index 0000000000..350b4a7f4f --- /dev/null +++ b/usr/man/man1/sync.1m @@ -0,0 +1,19 @@ +.TH SYNC 1M +.SH NAME +sync \- update the super block +.SH SYNOPSIS +.B sync +.SH DESCRIPTION +.I Sync +executes the +.I sync +system primitive. +If the system is to be stopped, +.I sync +must be called to insure +file system integrity. +See +.IR sync (2) +for details. +.SH "SEE ALSO" +sync(2), update(8) -- 2.20.1