Complete a sentence and fix two typos.

This commit is contained in:
Martin Heinen 2002-12-23 22:28:23 +00:00
parent d0151f934d
commit 54003e89cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15422

View file

@ -2945,7 +2945,7 @@ options SHMMAXPGS=393216
system performance. This program is not needed to use the SAP-System,
so this problem can be considered a minor one. The older versions
(4.6B) does work, but doesn't collect all the data (many calls will
just return 0, for example for CPU useage).</para>
just return 0, for example for CPU usage).</para>
</sect3>
</sect2>
</sect1>
@ -3024,8 +3024,8 @@ options SHMMAXPGS=393216
structure. All system calls are indexed through this pointer (in
a traditional Unix system, this would be the
<literal>sysent[]</literal> structure array, containing the system
calls). In addition, the process flagged for special handling of
the trap vector for the signal trampoline code, and sever other
calls). In addition, the process is flagged for special handling of
the trap vector for the signal trampoline code, and several other
(minor) fix-ups that are handled by the Linux kernel
module.</para>