diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-19 07:39:08 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-19 07:39:08 +0000 |
| commit | a6b651021da913d6412989f434034a84a6c6c298 (patch) | |
| tree | fb6b0ef55b38754b5a3c7082c2e5940924af2f6a /lib | |
| parent | 9394f13010ecfad8f1a5415c208141a44cdd6db8 (diff) | |
Notes
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 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 4a1c74d4df5e..a2c696d37449 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 |
