Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2017 09:42:56 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r320401 - stable/11/lib/libc/sys
Message-ID:  <201706270942.v5R9gusL024903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706270942.v5R9gusL024903>