diff options
author | des <des@FreeBSD.org> | 2005-06-17 14:37:52 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-06-17 14:37:52 +0000 |
commit | 74d48f7bc8040f74859be7dbbc148890776bcf2b (patch) | |
tree | f3a31d0270c0d77cd8b23dcb6deed244405de7fe /contrib/openpam | |
parent | a5a1a07fd9e3c04b7bc071fdb29ccfe97a3677ad (diff) | |
download | FreeBSD-src-74d48f7bc8040f74859be7dbbc148890776bcf2b.zip FreeBSD-src-74d48f7bc8040f74859be7dbbc148890776bcf2b.tar.gz |
MFP4: (#78671) correctly escape \& in Perl strings.
Submitted by: ru
Approved by: re (kensmith)
Diffstat (limited to 'contrib/openpam')
-rw-r--r-- | contrib/openpam/misc/gendoc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/misc/gendoc.pl b/contrib/openpam/misc/gendoc.pl index 99b649b..db48e09 100644 --- a/contrib/openpam/misc/gendoc.pl +++ b/contrib/openpam/misc/gendoc.pl @@ -444,7 +444,7 @@ The 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 following return codes are defined by 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. |