From owner-svn-doc-all@freebsd.org Tue Nov 15 13:45:12 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04881C43AE6; Tue, 15 Nov 2016 13:45:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C532D1E39; Tue, 15 Nov 2016 13:45:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAFDjAiZ081309; Tue, 15 Nov 2016 13:45:10 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAFDjAht081308; Tue, 15 Nov 2016 13:45:10 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201611151345.uAFDjAht081308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 15 Nov 2016 13:45:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49672 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 13:45:12 -0000 Author: brueffer Date: Tue Nov 15 13:45:10 2016 New Revision: 49672 URL: https://svnweb.freebsd.org/changeset/doc/49672 Log: Fix typos. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml Tue Nov 15 13:30:54 2016 (r49671) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml Tue Nov 15 13:45:10 2016 (r49672) @@ -1112,8 +1112,8 @@ ukbd and ums were committed to head. Support was also added for TI's AM33xx touchstreen controller (the popular BeagleBone is based on the AM33xx) and the - official touschreen for the Raspberry Pi. Multitouch support - for the Raspberry Pi was successfully demonstarted using the + official touchscreen for the Raspberry Pi. Multitouch support + for the Raspberry Pi was successfully demonstrated using the latest Qt development branch.

@@ -1419,7 +1419,7 @@

The userspace gettimeofday(2) implementation was enhanced to allow syscall-less operation on machines that use - HPET hardwire for timecounters. The HPET algorithm coexists + HPET hardware for timecounters. The HPET algorithm coexists with older RDTSC-based code, allowing dynamic switching of timecounters. A page with HPET registers is mmap(2)-ed readonly by libc into userland application