aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Kaduk <bjk@FreeBSD.org>2014-02-27 04:06:34 +0000
committerBenjamin Kaduk <bjk@FreeBSD.org>2014-02-27 04:06:34 +0000
commitaf1e239814414f40b99e4d7156b6b7dbffd2f6ac (patch)
treef61dc4d80fbc2cac60774bf97d23638bb336a22a /lib
parentc0c943de72cd9da7a4f4a67467a99cdb222027e7 (diff)
downloadsrc-af1e239814414f40b99e4d7156b6b7dbffd2f6ac.tar.gz
src-af1e239814414f40b99e4d7156b6b7dbffd2f6ac.zip
syncer(4) is a kernel process, not a user process
Noticed by: Geoffrey Thomas <gthomas@mokafive.com> Approved by: hrs (mentor)
Notes
Notes: svn path=/head/; revision=262546
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sync.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2
index ff588ffc5a66..06d5e935c6b2 100644
--- a/lib/libc/sys/sync.2
+++ b/lib/libc/sys/sync.2
@@ -52,7 +52,7 @@ As information in the cache is lost after a system crash, a
.Fn sync
system call is issued
frequently
-by the user process
+by the kernel process
.Xr syncer 4
(about every 30 seconds).
.Pp