diff options
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r-- | pod/perltie.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltie.pod b/pod/perltie.pod index dfc6894172..ffd348fcc1 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -60,7 +60,7 @@ And now whenever either of those variables is accessed, its current system priority is retrieved and returned. If those variables are set, then the process's priority is changed! -We'll use Jarkko Hietaniemi F<E<lt>Jarkko.Hietaniemi@hut.fiE<gt>>'s +We'll use Jarkko Hietaniemi <F<Jarkko.Hietaniemi@hut.fi>>'s BSD::Resource class (not included) to access the PRIO_PROCESS, PRIO_MIN, and PRIO_MAX constants from your system, as well as the getpriority() and setpriority() system calls. Here's the preamble of the class. @@ -814,4 +814,4 @@ source code to MLDBM. Tom Christiansen -TIEHANDLE by Sven Verdoolaege E<lt>F<skimo@dns.ufsia.ac.be>E<gt> +TIEHANDLE by Sven Verdoolaege <F<skimo@dns.ufsia.ac.be>> |