commit | c0431520a5f91e754cec8d827d8f978da4241717 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Wed Apr 06 13:21:54 2011 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Wed Apr 06 13:22:52 2011 +0200 |
tree | 4b07f64c98f9af510529f3d13e35752064278287 | |
parent | 6a86854bf91227a70392fc2665ed4f99af0229e3 [diff] |
doc: avoid duplicate entries in manpage Commit v1.4.9-35-gd4105ad changed from [A-Z] and [a-z] to use [[:alnum:]], which unfortunately drew matches into the target section, and targets into the match section. [[:upper:]] and [[:lower:]] should have been used instead, of course. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>