Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 04:06:35 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262546 - head/lib/libc/sys
Message-ID:  <201402270406.s1R46Z6m087066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270406.s1R46Z6m087066>