From f16c87281e7f041e9e5549b469ffd1db46004d6c Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 20 Aug 2019 21:08:03 -0700 Subject: [PATCH] manual: repair hyperlinks to the savegame section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Misspelled as “savegames,” found when I was trying to build with a2x which seems far more strict on targets existing than asciidoctor-pdf. (I’m on Arch, without an asciidoctor-pdf package…) --- manual/manual.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/manual.adoc b/manual/manual.adoc index 877bbd38..340dc674 100644 --- a/manual/manual.adoc +++ b/manual/manual.adoc @@ -142,15 +142,15 @@ accessing common menu functions. | **Esc** | <> | Bring up the main menu. | **F1** | Help | Bring up the help screen that shows information about the in-game items. -| **F2** | <> | Bring up the _Save Game_ menu. -| **F3** | <> | Bring up the _Load Game_ menu. +| **F2** | <> | Bring up the _Save Game_ menu. +| **F3** | <> | Bring up the _Load Game_ menu. | **F4** | Volume | Bring up a menu to control volume levels. -| **F6** | <> | Save the game to your _quicksave_ slot, +| **F6** | <> | Save the game to your _quicksave_ slot, which saves time if you're repeatedly saving your progress while you play. | **F7** | End Game | End the current game and return to the title screen. | **F8** | Messages | Toggles between showing or hiding the on-screen messages shown when you collect an item. -| **F9** | <> | Load the game from your _quicksave_ slot. +| **F9** | <> | Load the game from your _quicksave_ slot. | **F10** | Quit Game | Quit the game and return to the operating system. | **F11** | Brightness | Toggle the on-screen brightness level. |==========================