From owner-svn-doc-head@FreeBSD.ORG Fri Sep 21 03:41:53 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C37C0106566B; Fri, 21 Sep 2012 03:41:53 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ADDE38FC08; Fri, 21 Sep 2012 03:41:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8L3frJu050934; Fri, 21 Sep 2012 03:41:53 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8L3fr02050931; Fri, 21 Sep 2012 03:41:53 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209210341.q8L3fr02050931@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 21 Sep 2012 03:41:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39587 - head/en_US.ISO8859-1/articles/linux-emulation X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 03:41:53 -0000 Author: tabthorpe (ports committer) Date: Fri Sep 21 03:41:53 2012 New Revision: 39587 URL: http://svn.freebsd.org/changeset/doc/39587 Log: - Fix some typos - Fix some punctuation while I am here Approved by: gjb Modified: head/en_US.ISO8859-1/articles/linux-emulation/article.sgml Modified: head/en_US.ISO8859-1/articles/linux-emulation/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-emulation/article.sgml Fri Sep 21 03:40:33 2012 (r39586) +++ head/en_US.ISO8859-1/articles/linux-emulation/article.sgml Fri Sep 21 03:41:53 2012 (r39587) @@ -86,7 +86,7 @@ A look inside… In this section we are going to describe every operating system in - question. How they deal with syscalls, trapframes etc. all the low-level + question. How they deal with syscalls, trapframes etc., all the low-level stuff. We also describe the way they understand common &unix; primitives like what a PID is, what a thread is, etc. In the third subsection we talk about how &unix; on &unix; emulation could be done @@ -1519,7 +1519,7 @@ translate_traps(int signal, int trap_cod 1:1 threading. In &os; we emulate NPTL threads with ordinary &os; processes that - share VM space, etc. and the PID gymnastic is just mimiced in the + share VM space, etc. and the PID gymnastic is just mimicked in the emulation specific structure attached to the process. The structure attached to the process looks like: @@ -2348,7 +2348,7 @@ openat(stdio, bah\, flags, mode) /* retu - I would like to thank all those people for their advices, code + I would like to thank all those people for their advice, code reviews and general support.