*** empty log message ***
authorroot <root>
Tue, 3 Jan 2006 01:45:03 +0000 (01:45 +0000)
committerroot <root>
Tue, 3 Jan 2006 01:45:03 +0000 (01:45 +0000)
doc/rxvtperl.3.html
doc/rxvtperl.3.man.in
doc/rxvtperl.3.txt
src/urxvt.pm

index d2e05e6..ee88d74 100644 (file)
@@ -15,9 +15,9 @@
        <li><a href="#name">NAME</a></li>
        <li><a href="#synopsis">SYNOPSIS</a></li>
        <li><a href="#description">DESCRIPTION</a></li>
-       <li><a href="#packaged_extensions">PACKAGED EXTENSIONS</a></li>
        <ul>
 
+               <li><a href="#prepackaged_extensions">Prepackaged Extensions</a></li>
                <li><a href="#general_api_considerations">General API Considerations</a></li>
                <li><a href="#hooks">Hooks</a></li>
                <li><a href="#functions_in_the_urxvt_package">Functions in the <code>urxvt</code> Package</a></li>
@@ -40,6 +40,7 @@
 <hr />
 <p>
 </p>
+<hr />
 <h1><a name="name">NAME</a></h1>
 <p>rxvtperl - rxvt-unicode's embedded perl interpreter</p>
 <p>
 <p>Scripts are compiled in a 'use strict' and 'use utf8' environment, and
 thus must be encoded as UTF-8.</p>
 <p>Each script will only ever be loaded once, even in rxvtd, where
-scripts will be shared (But not enabled) for all terminals.</p>
+scripts will be shared (but not enabled) for all terminals.</p>
 <p>
 </p>
-<hr />
-<h1><a name="packaged_extensions">PACKAGED EXTENSIONS</a></h1>
+<h2><a name="prepackaged_extensions">Prepackaged Extensions</a></h2>
 <p>This section describes the extensiosn delivered with this version. You can
 find them in <em>/opt/rxvt/lib/urxvt/perl/</em>.</p>
 <p>You can activate them like this:</p>
index 7e0ae02..9be8ca8 100644 (file)
@@ -161,9 +161,9 @@ Scripts are compiled in a 'use strict' and 'use utf8' environment, and
 thus must be encoded as \s-1UTF\-8\s0.
 .PP
 Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where
-scripts will be shared (But not enabled) for all terminals.
-.SH "PACKAGED EXTENSIONS"
-.IX Header "PACKAGED EXTENSIONS"
+scripts will be shared (but not enabled) for all terminals.
+.Sh "Prepackaged Extensions"
+.IX Subsection "Prepackaged Extensions"
 This section describes the extensiosn delivered with this version. You can
 find them in \fI@@RXVT_LIBDIR@@/urxvt/perl/\fR.
 .PP
index 1cb4197..ff9b953 100644 (file)
@@ -21,9 +21,9 @@ DESCRIPTION
     thus must be encoded as UTF-8.
 
     Each script will only ever be loaded once, even in rxvtd, where scripts
-    will be shared (But not enabled) for all terminals.
+    will be shared (but not enabled) for all terminals.
 
-PACKAGED EXTENSIONS
+  Prepackaged Extensions
     This section describes the extensiosn delivered with this version. You
     can find them in /opt/rxvt/lib/urxvt/perl/.
 
index da9f7cd..b3a0f08 100644 (file)
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 @@RXVT_NAME@@perl - rxvt-unicode's embedded perl interpreter
@@ -26,7 +28,7 @@ thus must be encoded as UTF-8.
 Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where
 scripts will be shared (but not enabled) for all terminals.
 
-=head1 PACKAGED EXTENSIONS
+=head2 Prepackaged Extensions
 
 This section describes the extensiosn delivered with this version. You can
 find them in F<@@RXVT_LIBDIR@@/urxvt/perl/>.