mvertes / txt2man

txt2man converts text to man page
GNU General Public License v2.0
57 stars 10 forks source link

remove redundant escapes causing gawk warnings #18

Closed jolmg closed 4 years ago

jolmg commented 4 years ago

I just learned about this program today and on trying it, I got the warnings:

gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator

So, this commit removes the escapes.

eribertomota commented 4 years ago

Hi all,

Patch applied in Debian (revision 1.6.0-6)[1]. All working right now. Thanks!

[1] https://salsa.debian.org/debian/txt2man/commit/a10e3b0f81a13cd3cc40d82c57f8012fc9a55e2f

Cheers,

Eriberto

ldorau commented 4 years ago

Merge it upstream, please.