Performed a RegExp mass replacement in the manual pages of
commit8a692f96822fcf75ad540e090dc0dd85d676913c
authorYury V. Zaytsev <yury@shurup.com>
Fri, 11 Jun 2010 08:45:26 +0000 (11 10:45 +0200)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 6 Sep 2010 14:37:27 +0000 (6 17:37 +0300)
tree4920f260607353ad885c8b9016c44dbaae7a8932
parentfba5d319304901d4f5aa16e821bc0a09042c766e
Performed a RegExp mass replacement in the manual pages of

    ([^\\])-([A-z])

with

    \1\\\-\2

to fix improperly escaped dashes (minus signs).

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
doc/man/es/mc.1.in
doc/man/mc.1.in