mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Mention that the default update time of 30 seconds may be
changed with sysctl(8) by changing the kern.update variable. Also make a couple of minor cosmetic changes.
This commit is contained in:
parent
53df9ccfca
commit
7994d1fef8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16046
@ -37,7 +37,7 @@
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm update
|
||||
.Nd flush internal filesystem caches to disk frequently
|
||||
.Nd flush internal filesystem caches to disk periodically
|
||||
.Sh SYNOPSIS
|
||||
.Nm update
|
||||
.Sh DESCRIPTION
|
||||
@ -46,7 +46,12 @@ The
|
||||
kernel process helps protect the integrity of disk volumes
|
||||
by flushing
|
||||
volatile cached filesystem data
|
||||
to disk at thirty second intervals.
|
||||
to disk. This is done at thirty second intervals by default.
|
||||
The time period may be changed by using
|
||||
.Xr sysctl 8
|
||||
to modify the
|
||||
.Va kern.update
|
||||
variable.
|
||||
The
|
||||
.Nm update
|
||||
process does the equivalent of the
|
||||
@ -57,12 +62,13 @@ function call to do the task.
|
||||
.Xr fsck 8 ,
|
||||
.Xr init 8 ,
|
||||
.Xr rc 8 ,
|
||||
.Xr sync 8
|
||||
.Xr sync 8 ,
|
||||
.Xr sysctl 8
|
||||
.Sh BUGS
|
||||
It is possible on some systems that a
|
||||
.Xr sync
|
||||
occurring simultaneously with a crash may cause
|
||||
file system damage. See
|
||||
file system damage. See
|
||||
.Xr fsck 8 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
|
Loading…
Reference in New Issue
Block a user