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.
This commit is contained in:
Hiltjo Posthuma 2022-01-19 19:54:16 +01:00
parent 30d398b2fe
commit 03bc1ec04b
1 changed files with 4 additions and 2 deletions

View File

@ -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.