Re: [hackers] [surf][PATCH] Document SIGHUP in manpage

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Fri, 23 Feb 2018 13:05:37 +0100

Hi Jochen,

Thank you for the patch.

> ---
> surf.1 | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/surf.1 b/surf.1
> index 711a9aa..f8ff74e 100644
> --- a/surf.1
> +++ b/surf.1
> _AT_@ -306,6 +306,14 @@ string.
> .TP
> .B http_proxy
> If this variable is set and not empty upon startup, surf will use it
> as the http proxy. +.SH SIGNALS
> +Sending a
> +.B SIGHUP
> +will reload the current page. A simple reload script is:
> +.PP
> +.RS
> +while true; do kill -HUP $PID; sleep 30; done
> +.RP
> .SH PLUGINS
> For using plugins in surf, first determine your running
> architecture. Then get the appropriate plugin for that architecture
> and copy it to

I'm not sure the example is necessary, and I'd prefer to rephrase it
simply to “Surf will reload the current page on SIGHUP”, what do you
think?

(no need to resend a patch, I can correct this myself before pushing)
Received on Fri Feb 23 2018 - 13:05:37 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 23 2018 - 13:12:26 CET