diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-19 19:54:16 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-19 19:54:16 +0100 |
commit | 03bc1ec04b449df679a025bf1c57275aad341e69 (patch) | |
tree | 8c46ecc184061a0010abb81d2469291141104685 | |
parent | 30d398b2fe4a6347c1d4a7ef13249a8fe41acb18 (diff) |
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.
-rw-r--r-- | sfeed_curses.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1 index 264b77a..3d7fcab 100644 --- 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. |