catpoint.1: document signals, changed behaviour for r, ^L, fix a typo - catpoin… | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 4f4e9e4aa492d0eec894901174c75818ead46d8f | |
parent 80b1a263250b1efc820659eee7134a5a61f65d3f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 28 Dec 2020 15:42:27 +0100 | |
catpoint.1: document signals, changed behaviour for r, ^L, fix a typo | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M catpoint.1 | 13 +++++++++++-- | |
1 file changed, 11 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/catpoint.1 b/catpoint.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd December 20, 2020 | |
+.Dd December 28, 2020 | |
.Dt CATPOINT 1 | |
.Os | |
.Sh NAME | |
@@ -26,11 +26,20 @@ Go to the first slide. | |
.It i, END KEY | |
Go to the last slide. | |
.It r, ^L | |
+Redraw the current slide contents. | |
+.El | |
+.Sh SIGNALS | |
+.Bl -tag -width Ds | |
+.It SIGHUP | |
Reload and redraw the current slide contents. | |
+.It SIGINT, SIGQUIT, SIGTERM | |
+Quit | |
+.It SIGWINCH | |
+Redraw the current slide contents. | |
.El | |
.Sh EXIT STATUS | |
.Ex -std | |
.Sh SEE ALSO | |
-.Xr cat 1 , | |
+.Xr cat 1 | |
.Sh AUTHORS | |
.An Christoph Lohmann Aq Mt [email protected] |