diff options
Diffstat (limited to 'lib/libc/sys/sync.2')
-rw-r--r-- | lib/libc/sys/sync.2 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index 5e79fef..2b2b664 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,12 +62,13 @@ 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. .Sh HISTORY A -.Nm -function call appeared in Version 6 AT&T UNIX. +.Fn sync +function call appeared in +.At v6 . |