diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/fsync.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/sync.2 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index dba5570..a6097bb 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -437,7 +437,7 @@ followed by the vnode itself The interval between .Xr sync 2 calls in the -.Xr update 4 +.Xr syncer 4 process. .El .Ss CTL_MACHDEP diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 4a1c74d..a2c696d 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -97,7 +97,7 @@ An I/O error occurred while reading from or writing to the file system. .El .Sh SEE ALSO .Xr sync 2 , -.Xr update 4 , +.Xr syncer 4 , .Xr sync 8 .Sh HISTORY The diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index 790a9a7..9e88b6b 100644 --- a/lib/libc/sys/sync.2 +++ b/lib/libc/sys/sync.2 @@ -57,7 +57,7 @@ As information in the cache is lost after a system crash a call is issued frequently by the user process -.Xr update 4 +.Xr syncer 4 (about every 30 seconds). .Pp The function @@ -66,7 +66,7 @@ may be used to synchronize individual file descriptor attributes. .Sh SEE ALSO .Xr fsync 2 , -.Xr update 4 , +.Xr syncer 4 , .Xr sync 8 .Sh BUGS .Fn Sync |