diff --git a/AUTHORS b/AUTHORS
index 45dfaa965..c6ba5e50f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,4 +11,5 @@ With thanks to:
Bruce Israel
Thomas Engel
Nishiishii
+ galvanizd
diff --git a/html/troubleshooting.html b/html/troubleshooting.html
index 7dacebd2e..5be774b10 100644
--- a/html/troubleshooting.html
+++ b/html/troubleshooting.html
@@ -82,13 +82,15 @@
- gcc
- make
-
- ncurses
+
- libncurses-devel
+
- libncurses8
The gcc and make packages allow you to compile the code, and
- are therefore required, but the ncurses package is optional.
+ are therefore required, but the ncurses packages are optional.
Ncurses will allow task to determine the width of the window, and
- therefore use the whole width and wrap text accordingly.
+ therefore use the whole width and wrap text accordingly, for a
+ more aesthetically pleasing display.