Improve speeling, fix formatting, and other nits.

Reported by:	hrs, N.J. Mann <njm@njm.me.uk>
This commit is contained in:
Eitan Adler 2013-05-22 20:41:12 +00:00
parent 871688b0c0
commit 76b3a83d38
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41709

View file

@ -1680,13 +1680,13 @@
</question> </question>
<answer> <answer>
<para>&os; supports Symmetric multi-processor (SMP) on all <para>&os; supports symmetric multi-processor (SMP) on all
non-embedded platforms (e.g, i386, amd64/x86-64, non-embedded platforms (e.g, &arch.i386;, &arch.amd64;,
ia64, sparc64, powerpc, powerpc64). SMP is also etc.). SMP is also
supported in arm and MIPS kernels, although some CPUs supported in arm and MIPS kernels, although some CPUs
may not support this. &os;'s SMP implementation uses may not support this. &os;'s SMP implementation uses
fine-grained locking, and performance scales nearly fine-grained locking, and performance scales nearly
liniarly with number of CPUs.</para> linearly with number of CPUs.</para>
<para>&man.smp.4; has more details.</para> <para>&man.smp.4; has more details.</para>
</answer> </answer>