summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-08-01 18:55:49 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-08-01 18:55:49 +0200
commit3eb8fb2bb4fec18cc3e82b52086368bc837a41bd (patch)
tree54454276c1bae5779bf55924985444c7b02d3519
parentd6eb193ec08f576d60cfe0e9f79e43fdb9c9634a (diff)
sfeed_curses.1: fix 2 typos
-rw-r--r--sfeed_curses.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1
index 4b2afbd..d40d453 100644
--- 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.