diff --git a/docs/gemstones/.pages b/docs/gemstones/.pages
index 3e871e5c4c..0cb4429dec 100644
--- a/docs/gemstones/.pages
+++ b/docs/gemstones/.pages
@@ -9,6 +9,7 @@ nav:
- ... | https_rsa_keygen*.md
- ... | markdown-demo-v2*.md
- ... | mtr*.md
+ - ... | nload*.md
- ... | nmcli*.md
- ... | nmtui*.md
- ... | NoSleep*.md
diff --git a/docs/gemstones/nload.md b/docs/gemstones/nload.md
index ed0145c25b..907de04afe 100644
--- a/docs/gemstones/nload.md
+++ b/docs/gemstones/nload.md
@@ -1,7 +1,7 @@
---
title : nload - Bandwidth Statistics
author : Neel Chauhan
-contributors:
+contributors: Steven Spencer
date : 2024-01-16
---
@@ -16,7 +16,7 @@ dnf -y install epel-release
dnf -y install nload
```
-The common options of the `nload` command are as follows. Under normal circumstances, no additional options are required, followed by the interface to monitor:
+The common options of the `nload` command follow, and under normal circumstances, require nothing additional. The options come before the interface to monitor:
|Options|Description|
|---|---|
@@ -68,7 +68,7 @@ Outgoing:
######## Ttl: 1790.74 GByte
```
-The above lines mean the following:
+Breaking the above lines down:
* Curr - current measured bandwidth use
* Avg - average bandwidth use in period
@@ -76,10 +76,11 @@ The above lines mean the following:
* Max - maximum measured bandwidth use
* Ttl - data transferred in `nload` session
-## Shortcut keys for interaction
-* PgDn, Down - Go down one interface
-* PgUp, Up - Go up one interface
-* F2 - Show the option window
-* F5 - Save the options
-* F6 - Reload the settings from the config file
-* q, Ctrl+C - Quit `nload`
+## Shortcut keys for interaction
+
+* ++page-down++, ++down++ - Go down one interface
+* ++page-up++, ++up++ - Go up one interface
+* ++f2++ - Show the option window
+* ++f5++ - Save the options
+* ++f6++ - Reload the settings from the config file
+* ++q++, ++ctrl+c++ - Quit `nload`