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 <gtho...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to