Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2017 16:21:34 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320313 - head/lib/libc/sys
Message-ID:  <201706241621.v5OGLYNw096914@repo.freebsd.org>

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



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