Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2012 03:41:53 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39587 - head/en_US.ISO8859-1/articles/linux-emulation
Message-ID:  <201209210341.q8L3fr02050931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@
     <title>A look inside&hellip;</title>
 
     <para>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.</para>
 
 	<para>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:</para>
 
@@ -2348,7 +2348,7 @@ openat(stdio, bah\, flags, mode)	/* retu
 	</listitem>
       </itemizedlist>
 
-      <para>I would like to thank all those people for their advices, code
+      <para>I would like to thank all those people for their advice, code
 	reviews and general support.</para>
     </sect2>
   </sect1>



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