From: Jochen Sprickerhof <[email protected]> --- 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 @@ -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.0
