On Tue, May 17, 2011 at 07:02:54PM +0900, tsugutomo.en...@jp.sony.com wrote: > Thomas Klausner <w...@netbsd.org> writes: > > >> Log Message: > >> Use Pq or Po macro for better output rather than putting raw open paren > >> at the end of line. > > > > .Fn ( foo , > > also works, just like > > .Fn bar ) . > > Thomas > > Which is preferred (or encouraged to use)?
Personally, I prefer using the ASCII characters directly instead of using macros. We don't have a rule for or against it yet. Thomas