--- 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 -- 2.15.0Received on Thu Nov 16 2017 - 23:18:05 CET
This archive was generated by hypermail 2.3.0 : Thu Nov 16 2017 - 23:24:27 CET