Hi Helge, On Wed, Dec 24, 2025 at 02:38:20PM +0000, Helge Kreutzmann wrote: > Without further ado, the following was found: > > Issue: I<(isalpha(c)\\ || \\ isdigit(c))> → B<(isalpha(>IB<) || isdigit(>IB<))> The current formatting is correct. This is documented in man-pages(7): Expressions, if not written on a separate indented line, should be specified in italics. Again, the use of nonbreaking spaces may be appropriate if the expression is inlined with normal text. Cheers, Alex > > "checks for an alphanumeric character; it is equivalent to I<(isalpha(c)\\ ||" > "\\ isdigit(c))>." > --