From 03bc1ec04b449df679a025bf1c57275aad341e69 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 19 Jan 2022 19:54:16 +0100 Subject: 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. --- sfeed_curses.1 | 6 ++++-- 1 file 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. -- cgit v1.2.3