Skip to content

Commit

Permalink
Minor fixes to getingstarted document
Browse files Browse the repository at this point in the history
I have updated the docs with a couple of minor writing fixes
  • Loading branch information
wnew authored and alexforencich committed Jul 4, 2023
1 parent 9f1f27b commit a5e810e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5e810e

Please sign in to comment.