Fix grammatical and spelling errors in userdocs/

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-11 23:15:08 -06:00
parent cd60acf271
commit fe8f4b5b11
28 changed files with 65 additions and 65 deletions

View File

@@ -103,7 +103,7 @@ by the ``ignition`` overlay.
Example disk configurations
===========================
This command formats a btrfs file system on a "scratch" partion of
This command formats a btrfs file system on a "scratch" partition of
"vda" and mounts it at ``/scratch``.
.. code-block:: shell
@@ -139,7 +139,7 @@ file systems once, you may
* wipe the existing data with tools like ``wipefs`` or ``dd`` [#]_; or
* set the ``--fswipe`` flag and remove it after one reboot.
.. [#] With ``wipefs`` you have to remove the filesystem *and* parition
.. [#] With ``wipefs`` you have to remove the filesystem *and* partition
information. E.g., use ``wipefs -fa /dev/vda*`` to remove all file system
information and partition information.

View File

@@ -8,8 +8,8 @@ supported; but it is often better to manage it using the ``wwctl`` command.
.. note::
The ``nodes.conf`` file is YAML document that can be edited directly or
managed with configuation management; but its internal structure is
The ``nodes.conf`` file is a YAML document that can be edited directly or
managed with configuration management; but its internal structure is
technically undocumented and subject to change between versions. After
Warewulf v4.6.0, the ``wwctl upgrade nodes`` command can be used to update a
``nodes.conf`` from a previous Warewulf v4 version.
@@ -99,7 +99,7 @@ edit``.
List values
-----------
Some node fields, such as overlays and kernel aruments, accept a list of values.
Some node fields, such as overlays and kernel arguments, accept a list of values.
These may be specified as a comma-separated list or as multiple arguments.
To include an explicit comma in the value, enclose the value in inner-quotes.