From af1e239814414f40b99e4d7156b6b7dbffd2f6ac Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Thu, 27 Feb 2014 04:06:34 +0000 Subject: [PATCH] syncer(4) is a kernel process, not a user process Noticed by: Geoffrey Thomas Approved by: hrs (mentor) --- lib/libc/sys/sync.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index ff588ffc5a6..06d5e935c6b 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