sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 03bc1ec04b449df679a025bf1c57275aad341e69
parent 30d398b2fe4a6347c1d4a7ef13249a8fe41acb18
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 19 Jan 2022 19:54:16 +0100

sfeed_curses.1: clarify an exception with SIGINT

SIGTERM is the best way to quit the program, because SIGINT can cancel only the
line editor prompt when using it.

Diffstat:
Msfeed_curses.1 | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sfeed_curses.1 b/sfeed_curses.1 @@ -1,4 +1,4 @@ -.Dd August 10, 2021 +.Dd January 19, 2022 .Dt SFEED_CURSES 1 .Os .Sh NAME @@ -181,7 +181,9 @@ Switch to the feeds pane. .Bl -tag -width Ds .It SIGHUP Reload all feed files which were specified as arguments on startup. -.It SIGINT, SIGTERM +.It SIGINT +Interrupt: when searching it cancels the line editor, otherwise it quits. +.It SIGTERM Quit .It SIGWINCH Resize the pane dimensions relative to the terminal size.