Sure I will do that and resend. Thanks, Tomas On Wed, Jul 26, 2023 at 06:38:36AM -0500, G. Branden Robinson wrote: > Hi Tomáš, > > At 2023-07-20T17:38:01+0200, Tomáš Golembiovský wrote: > > Clarify that atexit/on_exit are not called because those are called > > only on normal process termination (as documented on their respective > > manual pages). > > > > Cc: "G. Branden Robinson" <g.branden.robinson@xxxxxxxxx> > > Cc: Stefan Puiu <stefan.puiu@xxxxxxxxx> > > Signed-off-by: Tomáš Golembiovský <tgolembi@xxxxxxxxxx> > [...] > > +.BR atexit "(3) and " on_exit (3) > > You might recast this line as: > > .BR atexit (3) > and > .BR on_exit (3) > > ...because it's (a) a little more readable (no quoted spaces) and (b) it > be easily pattern-matched to migrate the man page cross references to > the new `MR` macro in groff 1.23.0 (released at last), and for which I'm > (slowly) working up a sed script. > > There are plenty of special cases to handle, but stemming the influx of > new ones will help. :) > > Regards, > Branden