diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 07:31:52 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-20 07:31:52 +0000 |
commit | c95a6d8116bfdde55ee40d702e426d40ad712894 (patch) | |
tree | 3f325c203670a9e0e1b6eea188c70f6b6247ab45 /share/man/man4 | |
parent | f816d255fad4e3881fb0ebdee93ab8d88b5aff73 (diff) | |
download | FreeBSD-src-c95a6d8116bfdde55ee40d702e426d40ad712894.zip FreeBSD-src-c95a6d8116bfdde55ee40d702e426d40ad712894.tar.gz |
Include a comment explaining the usual delay between writes and syncs.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/syncer.4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/syncer.4 b/share/man/man4/syncer.4 index 2ec97f9..1329587 100644 --- a/share/man/man4/syncer.4 +++ b/share/man/man4/syncer.4 @@ -52,6 +52,11 @@ on that queue, the .Nm process forces a write out to disk of its dirty buffers. +.Pp +Usually, +buffers will be written out no more than +about 30 seconds +after they are dirtied. .Sh SEE ALSO .Xr sync 2 , .Xr fsck 8 , |