On Sat, Apr 11, 2009 at 12:24:00AM +0200, Joerg Sonnenberger wrote: > On Sat, Apr 11, 2009 at 12:13:59AM +0200, Joerg Sonnenberger wrote: > > On Fri, Apr 10, 2009 at 06:18:23PM +0000, Thomas Klausner wrote: > > > Module Name: src > > > Committed By: wiz > > > Date: Fri Apr 10 18:18:23 UTC 2009 > > > > > > Modified Files: > > > src/share/man/man5: ld.so.conf.5 > > > > > > Log Message: > > > New sentence, new line. Use Sq for quoting single characters. Quote <> for > > > HTML. Whitespace fix. > > > > Groff kann nicht selbst quoten ?! > > (meant as direct reply) > > For the non-German speaking users: I am strongly wondering why the groff > HTML output can't even do quoting of input correctly.
Perhaps the html backend just needs improvements. Theoretically, for troff, '<', '>', and '&' are operators, so always quoting before parsing the input is not the correct solution. Thomas