summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:02:37 +0100
committer B. Watson2022-03-14 09:02:37 +0100
commit59afb3a28d526ef70ac320e4959639a2ce871a16 (patch)
treee59db6ec1d6e394d89204a191c80d42012ebd5cc /perl
parent141778257ffeae9b4215521cdc42885579c96987 (diff)
downloadslackbuilds-59afb3a28d526ef70ac320e4959639a2ce871a16.tar.gz
perl/perl-Proc-PID-File: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-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.