Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2005 13:05:30 GMT
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 78671 for review
Message-ID:  <200506171305.j5HD5Uxg026443@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78671

Change 78671 by des@des.at.des.no on 2005/06/17 13:05:26

	Correctly escape \& in Perl strings.
	
	Submitted by:	ru

Affected files ...

.. //depot/projects/openpam/misc/gendoc.pl#31 edit

Differences ...

==== //depot/projects/openpam/misc/gendoc.pl#31 (text+ko) ====

@@ -32,7 +32,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/misc/gendoc.pl#30 $
+# $P4: //depot/projects/openpam/misc/gendoc.pl#31 $
 #
 
 use strict;
@@ -444,7 +444,7 @@
 function and this manual page were developed for the
 .Fx
 Project by ThinkSec AS and Network Associates Laboratories, the
-Security Research Division of Network Associates, Inc.\& under
+Security Research Division of Network Associates, Inc.\\& under
 DARPA/SPAWAR contract N66001-01-C-8035
 .Pq Dq CBOSS ,
 as part of the DARPA CHATS research program.
@@ -558,7 +558,7 @@
 The OpenPAM library and this manual page were developed for the
 .Fx
 Project by ThinkSec AS and Network Associates Laboratories, the
-Security Research Division of Network Associates, Inc.\& under
+Security Research Division of Network Associates, Inc.\\& under
 DARPA/SPAWAR contract N66001-01-C-8035
 .Pq Dq CBOSS ,
 as part of the DARPA CHATS research program.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506171305.j5HD5Uxg026443>