summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-20 07:37:41 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-20 07:37:41 +0000
commit23a2f21e97b1c42034eef19a9456645ea8e0a836 (patch)
tree30ba35a8495ed1f23f54144ae6fce5c881ae3119 /lib
parente0dac163b084a73b6af4d8b3a757d8bbfbece2ba (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.32
-rw-r--r--lib/libc/sys/fsync.22
-rw-r--r--lib/libc/sys/sync.24
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index dba55701673a..a6097bbefa4e 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 efcdbc9a0dff..986656442f92 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 790a9a76565a..9e88b6bf2f7d 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