diff options
author | root <root> | 2020-10-10 20:06:03 +0000 |
---|---|---|
committer | root <root> | 2020-10-10 20:06:03 +0000 |
commit | a6e84d33180751b86c3c1e4d2633516f6fcc58aa (patch) | |
tree | a61ee988f7c69fb9c776031f96ccd574bddf671d /doc | |
parent | 4ab67f2e497f94a74967ab91aaf47582ba3314bc (diff) |
*** empty log message ***cvsimport
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> |