Hello Paul,

Paul de Weerd wrote on Tue, Sep 28, 2021 at 12:44:07PM +0200:

> 'local-data-ptr:' in unbound.conf(5):
> http://man.openbsd.org/unbound.conf#local~2
> http://man.openbsd.org/unbound.conf#local~3

heh, thank you for *both* of these bug reports,
i'm adding them to the mandoc TODO file for now,
but neither is expected to be hard to fix:

- tag.c, tag_put() should not put ASCII_HYPH into the tag file,
  which happens when the tag contains "-" on the input side
  weerd@ 28 Sep 2021 12:44:07 +0200
  loc *  exist *  algo *  size *  imp ***

- tag.c, tag_put() and callers like man_validate.c, check_tag()
  should not mistake "\-" as a word-ending escape sequence but
  instead translate it to plain "-" in the tag name
  weerd@ 28 Sep 2021 12:44:07 +0200
  loc **  exist *  algo *  size *  imp ***

Yours,
  Ingo

Reply via email to