- Fix some typos

- Fix some punctuation while I am here

Approved by:	gjb
This commit is contained in:
Thomas Abthorpe 2012-09-21 03:41:53 +00:00
parent fb6863bc99
commit a7bf7391df
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39587

View file

@ -86,7 +86,7 @@
<title>A look inside&hellip;</title> <title>A look inside&hellip;</title>
<para>In this section we are going to describe every operating system in <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; stuff. We also describe the way they understand common &unix;
primitives like what a PID is, what a thread is, etc. In the third 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 subsection we talk about how &unix; on &unix; emulation could be done
@ -1519,7 +1519,7 @@ translate_traps(int signal, int trap_code)
1:1 threading.</para> 1:1 threading.</para>
<para>In &os; we emulate NPTL threads with ordinary &os; processes that <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 emulation specific structure attached to the process. The
structure attached to the process looks like:</para> structure attached to the process looks like:</para>
@ -2348,7 +2348,7 @@ openat(stdio, bah\, flags, mode) /* returns error because stdio is not a directo
</listitem> </listitem>
</itemizedlist> </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> reviews and general support.</para>
</sect2> </sect2>
</sect1> </sect1>