svn commit: r320401 - stable/11/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Tue Jun 27 09:42:58 UTC 2017


Author: kib
Date: Tue Jun 27 09:42:56 2017
New Revision: 320401
URL: https://svnweb.freebsd.org/changeset/base/320401

Log:
  MFC r320313:
  Fix typo.
  
  Approved by:	re (marius)

Modified:
  stable/11/lib/libc/sys/mmap.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/mmap.2
==============================================================================
--- stable/11/lib/libc/sys/mmap.2	Tue Jun 27 08:49:47 2017	(r320400)
+++ stable/11/lib/libc/sys/mmap.2	Tue Jun 27 09:42:56 2017	(r320401)
@@ -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