From a5e810eedc39af5876a78ec6e8f091da4c7405ac Mon Sep 17 00:00:00 2001 From: Wesley New Date: Thu, 29 Jun 2023 16:47:29 +0200 Subject: [PATCH] Minor fixes to getingstarted document I have updated the docs with a couple of minor writing fixes --- docs/source/gettingstarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/gettingstarted.rst b/docs/source/gettingstarted.rst index d564758ab..4b0b349d9 100644 --- a/docs/source/gettingstarted.rst +++ b/docs/source/gettingstarted.rst @@ -240,12 +240,12 @@ To build the driver, you will first need to install the required compiler and ke $ cd /path/to/corundum/modules/mqnic $ make -Note that the driver currently does not support RHEL, centos, and related distributions that use very old and significantly modified kernels where the reported kernel version number is not a reliable of the internal kernel API. +Note that the driver currently does not support RHEL, centos, and related distributions that use very old and significantly modified kernels where the reported kernel version number is not a reliable indication of the internal kernel API. Building the userspace tools ============================ -To build the driver, you will first need to install the required compiler packages. After these packages are installed, simply run ``make``. :: +To build the userspace tools, you will first need to install the required compiler packages. After these packages are installed, simply run ``make``. :: $ cd /path/to/corundum/utils $ make