--- rxvt-unicode/doc/rxvtperl.3.html 2006/01/09 01:36:56 1.17 +++ rxvt-unicode/doc/rxvtperl.3.html 2006/01/09 07:17:24 1.18 @@ -435,6 +435,14 @@ correct place, e.g. on stderr of the connecting urxvtc client.

+
$is_safe = urxvt::safe
+
+
+Returns true when it is safe to do potentially unsafe things, such as +evaluating perl code specified by the user. This is true when urxvt was +started setuid or setgid. +
+

$time = urxvt::NOW
@@ -951,7 +959,7 @@
$success = $term->grab_button ($button, $modifiermask)
-Registers a synchronous button grab. See XGrabButton. +Registers a synchronous button grab. See the XGrabButton manpage.

$success = $term->grab ($eventtime[, $sync])