diff options
author | Tom Feist <shabble@metavore.org> | 2011-07-08 09:35:35 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-07-08 09:35:35 +0000 |
commit | 60d269f91370c60befc394a741b59aaffb7acede (patch) | |
tree | 56b9169f0e975c989a7dd014a18d840f8fb39bda | |
parent | add patches for removing totally, or reducing to 1ms, the Irssi::timeout_add ... (diff) | |
download | irssi-scripts-60d269f91370c60befc394a741b59aaffb7acede.tar.gz irssi-scripts-60d269f91370c60befc394a741b59aaffb7acede.zip |
fix formatting error in POD, hopefully.
-rw-r--r-- | longify/README.pod | 6 | ||||
-rw-r--r-- | longify/longify-urls.pl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/longify/README.pod b/longify/README.pod index 25a7f8e..eb49086 100644 --- a/longify/README.pod +++ b/longify/README.pod @@ -13,13 +13,13 @@ final target address. =over -=item Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> +=item * Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> and place them in a directory known to Perl (One of the default system locations for perl modules, or somewhere that is listed in the C<$PERL5LIB> environment variable). -They should be placed in a subdirectory named C<IrssiX> in whichever module directory +They should be placed in a subdirectory named C<IrssiX/> in whichever module directory you choose. -=item Copy this script into your F<~/.irssi/scripts/> directory and load with +=item * Copy this script into your F<~/.irssi/scripts/> directory and load with C</SCRIPT LOAD F<filename>>. =back diff --git a/longify/longify-urls.pl b/longify/longify-urls.pl index 7d352dc..b294918 100644 --- a/longify/longify-urls.pl +++ b/longify/longify-urls.pl @@ -13,13 +13,13 @@ final target address. =over -=item Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> +=item * Download the modules from L<http://mauke.dyndns.org/stuff/irssi/lib/IrssiX/> and place them in a directory known to Perl (One of the default system locations for perl modules, or somewhere that is listed in the C<$PERL5LIB> environment variable). -They should be placed in a subdirectory named C<IrssiX> in whichever module directory +They should be placed in a subdirectory named C<IrssiX/> in whichever module directory you choose. -=item Copy this script into your F<~/.irssi/scripts/> directory and load with +=item * Copy this script into your F<~/.irssi/scripts/> directory and load with C</SCRIPT LOAD F<filename>>. =back |