svn commit: r262546 - head/lib/libc/sys
Benjamin Kaduk
bjk at FreeBSD.org
Thu Feb 27 04:06:35 UTC 2014
Author: bjk (doc committer)
Date: Thu Feb 27 04:06:34 2014
New Revision: 262546
URL: http://svnweb.freebsd.org/changeset/base/262546
Log:
syncer(4) is a kernel process, not a user process
Noticed by: Geoffrey Thomas <gthomas at mokafive.com>
Approved by: hrs (mentor)
Modified:
head/lib/libc/sys/sync.2
Modified: head/lib/libc/sys/sync.2
==============================================================================
--- head/lib/libc/sys/sync.2 Thu Feb 27 02:41:41 2014 (r262545)
+++ head/lib/libc/sys/sync.2 Thu Feb 27 04:06:34 2014 (r262546)
@@ -52,7 +52,7 @@ As information in the cache is lost afte
.Fn sync
system call is issued
frequently
-by the user process
+by the kernel process
.Xr syncer 4
(about every 30 seconds).
.Pp
More information about the svn-src-head
mailing list