sfeed_curses.1: fix 2 typos - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3eb8fb2bb4fec18cc3e82b52086368bc837a41bd | |
parent d6eb193ec08f576d60cfe0e9f79e43fdb9c9634a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 1 Aug 2023 18:55:49 +0200 | |
sfeed_curses.1: fix 2 typos | |
Diffstat: | |
M sfeed_curses.1 | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/sfeed_curses.1 b/sfeed_curses.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd December 20, 2022 | |
+.Dd August 1, 2023 | |
.Dt SFEED_CURSES 1 | |
.Os | |
.Sh NAME | |
@@ -318,14 +318,14 @@ Which does the following: | |
.It | |
Set commands to execute automatically: | |
.Pp | |
-Set the current layout to a horizontal mode ('2' keybind'). | |
+Set the current layout to a horizontal mode ('2' keybind). | |
Showing a feeds sidebar on the top and the feed items on the bottom. | |
.Pp | |
Toggle showing only feeds with new items in the sidebar ('t' keybind). | |
.Pp | |
Go to the first row in the current panel ('g' keybind). | |
.Pp | |
-Load the currently selected feed ('o' keybind'). | |
+Load the currently selected feed ('o' keybind). | |
.It | |
Set a file to use for managing read and unread items. | |
This is a plain-text file containing a list of read URLs, one URL per line. |