From 1d267ab1ce64a53fcecd133f0ab0666fb6d7bd60 Mon Sep 17 00:00:00 2001 From: mpp Date: Mon, 12 Feb 1996 00:45:47 +0000 Subject: Added a update(4) man page to describe the kernel initiated update process and changed all of the old references to update(8) to update(4). --- lib/libc/sys/fsync.2 | 4 ++-- lib/libc/sys/sync.2 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 1116cf9..313b4c7 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -94,8 +94,8 @@ An I/O error occurred while reading from or writing to the file system. .El .Sh SEE ALSO .Xr sync 2 , -.Xr sync 8 , -.Xr update 8 +.Xr update 4 , +.Xr sync 8 .Sh HISTORY The .Nm diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index 5e79fef..6309c18c 100644 --- a/lib/libc/sys/sync.2 +++ b/lib/libc/sys/sync.2 @@ -53,7 +53,7 @@ As information in the cache is lost after a system crash a call is issued frequently by the user process -.Xr update 8 +.Xr update 4 (about every 30 seconds). .Pp The function @@ -62,8 +62,8 @@ may be used to synchronize individual file descriptor attributes. .Sh SEE ALSO .Xr fsync 2 , -.Xr sync 8 , -.Xr update 8 +.Xr update 4 , +.Xr sync 8 .Sh BUGS .Fn Sync may return before the buffers are completely flushed. -- cgit v1.1