summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/sync.24
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