diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/podtbl | 8 | ||||
-rw-r--r-- | doc/rxvt.1.pod | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -27,8 +27,8 @@ sub htmlfcodes { ); # strip formatting codes, dumb version map { - s/([IBCLFSXZ])<< (.*?) >>/<$tag{$1}>$2<\/$tag{$1}>/gs; - s/([IBCLFSXZ])<(.*?)>/<$tag{$1}>$2<\/$tag{$1}>/gs; + s/([IBCLFSXZ])<< (.*?) >>/<$tag{$1}>$2 <\/$tag{$1}>/gs; + s/([IBCLFSXZ])<(.*?)>/<$tag{$1}>$2 <\/$tag{$1}>/gs; $_ } @$_; } @@ -82,11 +82,11 @@ sub verbatim { # print $fh "=begin xhtml\n\n"; print $fh "=for xhtml <table>"; - print $fh map "<tr><td>" . +(join "</td><td>", htmlfcodes @$_) . "</td></tr>", @$table; + print $fh map "<tr><td>" . +(join " </td><td>", htmlfcodes @$_) . " </td></tr>", @$table; print $fh "</table>\n\n"; print $fh "=for html <table>"; - print $fh map "<tr><td>" . +(join "</td><td>", htmlfcodes @$_) . "</td></tr>", @$table; + print $fh map "<tr><td>" . +(join " </td><td>", htmlfcodes @$_) . " </td></tr>", @$table; print $fh "</table>\n\n"; # print $fh "\n=end xhtml\n\n"; diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index f35d150..0a213d9 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1091,7 +1091,7 @@ abbreviated modifier names: B<Control> B<C> B<NumLock> B<N> B<Shift> B<S> - B<Meta> B<M> B<A> + B<Meta> B<M> I<or> B<A> B<Lock> B<L> B<Mod1> B<1> B<Mod2> B<2> |