diff options
| author | Tom Feist <shabble@metavore.org> | 2010-12-01 12:55:45 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2010-12-01 12:55:45 +0000 | 
| commit | 30082ad233a508513f7ac5e25e3504e89af0b3b5 (patch) | |
| tree | 600f5e6f40838f477e42536e3c3e38abff6add13 /docs | |
| parent | vim_mode: prototype of partial ex bindings (diff) | |
| download | irssi-scripts-30082ad233a508513f7ac5e25e3504e89af0b3b5.tar.gz irssi-scripts-30082ad233a508513f7ac5e25e3504e89af0b3b5.zip | |
docs: recommitting due to revert confusion
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Irssi.pod | 4 | ||||
| -rwxr-xr-x | docs/buildpod.pl | 2 | 
2 files changed, 2 insertions, 4 deletions
| diff --git a/docs/Irssi.pod b/docs/Irssi.pod index aa85e6d..f5d72b7 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -262,9 +262,7 @@ all other signal handlers).  =head4 C<signal_remove $sig_name, $func>  Unbind C<$sig_name> from function C<$func>. - -B<Note: Only stringified function names can be removed using this function.  A -signal handler added via C<CODEREF> cannot be removed.> +B<TODO: Can you unbind a signal from a C<sub { ...}> coderef? What happens?>  =head3 Controlling Signal Propagation diff --git a/docs/buildpod.pl b/docs/buildpod.pl index debaa3b..e683185 100755 --- a/docs/buildpod.pl +++ b/docs/buildpod.pl @@ -90,7 +90,7 @@ package main;  use File::Copy; -my $output_dir = "../../tmp/irssi-scripts/docs/"; +my $output_dir = "../../tmp/irssi/docs/";  my $batchconv = Pod::Simple::HTMLBatch::Custom->new;  my $css = 'podstyle.css'; | 
