From: Adam Di Carlo Date: Tue, 31 Dec 2002 19:13:52 +0000 (+0000) Subject: only readability X-Git-Tag: release/1.79.1~6^2~4994 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d8d097fd791b297faff281c2c86ec132526eac;p=docbook-dsssl only readability --- diff --git a/cvstools/dsl2man b/cvstools/dsl2man index 727845cd9..0f8a05ee9 100755 --- a/cvstools/dsl2man +++ b/cvstools/dsl2man @@ -46,8 +46,7 @@ while (@FILES) { close (F); if (/;; DOCINFO(.*?);; \/DOCINFO/s) { - $_ = $` . $'; - + $_ = $PREMATCH . $POSTMATCH; $DOCINFO = $1; $DOCINFO =~ s/^\s*;; *//gm; }