diff options
author | Benjamin Kaduk <bjk@FreeBSD.org> | 2014-02-27 04:06:34 +0000 |
---|---|---|
committer | Benjamin Kaduk <bjk@FreeBSD.org> | 2014-02-27 04:06:34 +0000 |
commit | af1e239814414f40b99e4d7156b6b7dbffd2f6ac (patch) | |
tree | f61dc4d80fbc2cac60774bf97d23638bb336a22a /lib/libc/sys/sync.2 | |
parent | c0c943de72cd9da7a4f4a67467a99cdb222027e7 (diff) |
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/libc/sys/sync.2')
-rw-r--r-- | lib/libc/sys/sync.2 | 2 |
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 |