svn commit: r320313 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Sat Jun 24 16:21:35 UTC 2017


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.


More information about the svn-src-all mailing list