pkgsrc/textproc/html2wml/patches/patch-aa

18 lines
1 KiB
Text

$NetBSD: patch-aa,v 1.1 2004/06/21 08:58:59 wiz Exp $
--- doc/html2wml.man.orig 2001-12-27 02:04:18.000000000 +0100
+++ doc/html2wml.man
@@ -511,10 +511,10 @@ a Text::Template template. Parameters ca
or as a variable. The template is embraced between curcly bracets, and can
contain any valid Perl code.
.PP
-The simplest form of a template is \f(CW\*(C`{\f(CI\s\-1PARAM\s0\f(CW}\*(C'\fR which just returns the
+The simplest form of a template is \f(CW\*(C`{\f(CI\s-1PARAM\s0\f(CW}\*(C'\fR which just returns the
value of \fI\s-1PARAM\s0\fR. If you want to do something more complex, you can use
-the corresponding variable; for example \f(CW\*(C`{"foo $\f(CI\s\-1PARAM\s0\f(CW bar"}\*(C'\fR, or
-\&\f(CW\*(C`{join "_", split " ", \f(CI\s\-1PARAM\s0\f(CW}\*(C'\fR.
+the corresponding variable; for example \f(CW\*(C`{"foo $\f(CI\s-1PARAM\s0\f(CW bar"}\*(C'\fR, or
+\&\f(CW\*(C`{join "_", split " ", \f(CI\s-1PARAM\s0\f(CW}\*(C'\fR.
.PP
You may read the Text::Template manpage for more information on what is possible
within a template.