Author: kib Date: Sat Jun 24 16:21:34 2017 New Revision: 320313 URL: https://svnweb.freebsd.org/changeset/base/320313
Log: Fix typo. Noted by: alc MFC after: 3 days Modified: head/lib/libc/sys/mmap.2 Modified: head/lib/libc/sys/mmap.2 ============================================================================== --- head/lib/libc/sys/mmap.2 Sat Jun 24 14:44:59 2017 (r320312) +++ head/lib/libc/sys/mmap.2 Sat Jun 24 16:21:34 2017 (r320313) @@ -69,7 +69,7 @@ current) offsets in the object. In particular, the .Fa offset value cannot be negative. -If the object is truncated and the process later accesses a pages that +If the object is truncated and the process later accesses a page that is wholly within the truncated region, the access is aborted and a .Dv SIGBUS signal is delivered to the process. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"