From: Jan Fajerski Date: Wed, 3 Aug 2016 11:22:16 +0000 (+0200) Subject: fix typo in HOWTO X-Git-Tag: fio-2.14~64 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=769d13b5c5c4948c89311b55bce26cec4196e3d1 fix typo in HOWTO --- diff --git a/HOWTO b/HOWTO index 2c5896d2..a7d6db4d 100644 --- a/HOWTO +++ b/HOWTO @@ -1175,7 +1175,7 @@ cpus_allowed_policy=str Set the policy of how fio distributes the CPUs one cpu per job. If not enough CPUs are given for the jobs listed, then fio will roundrobin the CPUs in the set. -numa_cpu_nodes=str Set this job running on spcified NUMA nodes' CPUs. The +numa_cpu_nodes=str Set this job running on specified NUMA nodes' CPUs. The arguments allow comma delimited list of cpu numbers, A-B ranges, or 'all'. Note, to enable numa options support, fio must be built on a system with libnuma-dev(el) installed.