summaryrefslogtreecommitdiffstats
path: root/perl/perl-Proc-PID-File/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Proc-PID-File/README')
-rw-r--r--perl/perl-Proc-PID-File/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Proc-PID-File/README b/perl/perl-Proc-PID-File/README
index 7acd31ebee..14cc852942 100644
--- a/perl/perl-Proc-PID-File/README
+++ b/perl/perl-Proc-PID-File/README
@@ -1,4 +1,5 @@
-The Proc::PID::File is useful for writers of daemons and other processes that
-need to tell whether they are already running, in order to prevent multiple
-process instances. The module accomplishes this via *nix-style pidfiles,
-which are files that store a process identifier.
+The Proc::PID::File is useful for writers of daemons and other
+processes that need to tell whether they are already running, in
+order to prevent multiple process instances. The module accomplishes
+this via *nix-style pidfiles, which are files that store a process
+identifier.