diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-24 00:49:18 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-24 00:49:18 +0100 |
commit | d14aac682c5d52e3dacaadd13f4e5dd459c5bb9c (patch) | |
tree | 82bee9b595636be5829b7c78540b64bbb3b3bee4 | |
parent | 365d7205d357147c04375c65651df0c2c4d96f1b (diff) |
sfeed_curses.1: clarify the 'R' keybind or SIGHUP will reload the url file also
... if it is set of course.
-rw-r--r-- | sfeed_curses.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1 index f507475..703d7a3 100644 --- a/sfeed_curses.1 +++ b/sfeed_curses.1 @@ -1,4 +1,4 @@ -.Dd February 4, 2022 +.Dd February 24, 2022 .Dt SFEED_CURSES 1 .Os .Sh NAME @@ -83,6 +83,9 @@ Go to the next feed in the feeds pane and open it. Redraw screen. .It R Reload all feed files which were specified as arguments on startup. +If +.Ev SFEED_URL_FILE +is set, it will reload the URLs from this file also. .It m Toggle mouse-mode. It supports xterm X10 and extended SGR encoding. @@ -182,6 +185,9 @@ Switch to the feeds pane. .Bl -tag -width Ds .It SIGHUP Reload all feed files which were specified as arguments on startup. +If +.Ev SFEED_URL_FILE +is set, it will reload the URLs from this file also. .It SIGINT Interrupt: when searching it cancels the line editor, otherwise it quits. .It SIGTERM |