diff options
author | dim <dim@FreeBSD.org> | 2014-02-28 17:46:56 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-02-28 17:46:56 +0000 |
commit | ec11adae82b9a601c79a9b31727369cf58d8a81e (patch) | |
tree | 6291358c486813ce2981bb5d801fab2f90a7aebf /lib/libc | |
parent | 38fa7d76e5a9aef6ea103daed45df9f82c310c0b (diff) | |
parent | 0074a11a5664d590930bcae5158cbcf0ddc83a69 (diff) | |
download | FreeBSD-src-ec11adae82b9a601c79a9b31727369cf58d8a81e.zip FreeBSD-src-ec11adae82b9a601c79a9b31727369cf58d8a81e.tar.gz |
Merge from head up to r262611.
Diffstat (limited to 'lib/libc')
-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 ff588ff..06d5e93 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 |