From owner-svn-src-head@FreeBSD.ORG Sat May 23 09:24:08 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36C2A106566B; Sat, 23 May 2009 09:24:08 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25BC88FC19; Sat, 23 May 2009 09:24:08 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4N9O8Wc051755; Sat, 23 May 2009 09:24:08 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4N9O80O051754; Sat, 23 May 2009 09:24:08 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <200905230924.n4N9O80O051754@svn.freebsd.org> From: Joel Dahl Date: Sat, 23 May 2009 09:24:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192631 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 09:24:08 -0000 Author: joel (doc committer) Date: Sat May 23 09:24:07 2009 New Revision: 192631 URL: http://svn.freebsd.org/changeset/base/192631 Log: Fix minor typo. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat May 23 09:01:30 2009 (r192630) +++ head/UPDATING Sat May 23 09:24:07 2009 (r192631) @@ -279,7 +279,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. memory segment of size > 2 GB on the 64-bit architectures. Due to a limitation of the existing ABI, the shm_segsz member of the struct shmid_ds, returned by shmctl(IPC_STAT) call is - wrong for large segments. Note that limits must be explicitely + wrong for large segments. Note that limits must be explicitly raised to allow such segments to be created. 20090301: