From 5665bba6e6d38dd44bb29de1abdda1e853f7347e Mon Sep 17 00:00:00 2001
From: root
rxvtperl - rxvt-unicode's embedded perl interpreter
@@ -66,11 +67,10 @@
Scripts are compiled in a 'use strict' and 'use utf8' environment, and
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.
+
urxvt
Package
NAME
-
This section describes the extensiosn delivered with this version. You can find them in /opt/rxvt/lib/urxvt/perl/.
You can activate them like this:
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in index 7e0ae02d..9be8ca87 100644 --- a/doc/rxvtperl.3.man.in +++ b/doc/rxvtperl.3.man.in @@ -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 diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt index 1cb41977..ff9b9538 100644 --- a/doc/rxvtperl.3.txt +++ b/doc/rxvtperl.3.txt @@ -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/. diff --git a/src/urxvt.pm b/src/urxvt.pm index da9f7cdc..b3a0f087 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -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/>. -- 2.34.1