diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-05 23:06:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-05 23:06:51 +0000 |
commit | 6306a60702db40bbc91ff5b1c062bacee6e8c9ac (patch) | |
tree | c41fee71353490ecd3ed63277c0dc8fe24a5cf4f /lib | |
parent | 0cdf341adbdafa7794a907e23621959df651b008 (diff) |
update(8) is an in-kernel process;
from jared yanovich;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/sync.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index c09824c2415..cb75e2b9f48 100644 --- a/lib/libc/sys/sync.2 +++ b/lib/libc/sys/sync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sync.2,v 1.9 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: sync.2,v 1.10 2004/07/05 23:06:50 jmc Exp $ .\" $NetBSD: sync.2,v 1.4 1995/02/27 12:38:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -49,7 +49,7 @@ The kernel keeps this information in core to reduce the number of disk I/O transfers required by the system. As information in the cache is lost after a system crash a .Fn sync -call is issued frequently by the user process +call is issued frequently by the in-kernel process .Xr update 8 (about every 30 seconds). .Pp |