*** 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 d2e05e617352b51735ec74f53926a2486e68e153..ee88d74bdb10095d965ba4f970e1b773e1f68cce 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 7e0ae02de7debb26455902f2351c075f6af04aa9..9be8ca8797ec1b1b2620c489732155ab9e238ea0 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 1cb419778da30ec333ff16e7433ce057376c8fd7..ff9b95388027dfa8b371abe352b411375a8b22ce 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 da9f7cdcb56b39af265a925d82321f2f58d52197..b3a0f087a8bbf975d4b7722a96c9ac0e87910842 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/>.