On Mon, Dec 05, 2022 at 06:42:00AM +0000, Jason McIntyre wrote:
> On Sun, Dec 04, 2022 at 08:29:26PM -0500, Brad Smith wrote:
> > After the RTLD_NOLOAD addition to the page the spacing looks kind of
> > odd. Make the spacing look like RTLD_NOW / RTLD_LAZY above that.
> > 
> > 
> > Index: dlfcn.3
> > ===================================================================
> > RCS file: /home/cvs/src/share/man/man3/dlfcn.3,v
> > retrieving revision 1.32
> > diff -u -p -u -p -r1.32 dlfcn.3
> > --- dlfcn.3 20 Aug 2022 14:14:24 -0000      1.32
> > +++ dlfcn.3 5 Dec 2022 01:22:53 -0000
> > @@ -126,7 +126,7 @@ then it is promoted to RTLD_GLOBAL.
> >  .Pp
> >  Additionally, the following flag may be ORed into the mode argument:
> >  .Pp
> > -.Bl -tag -width "RTLD_NODELETE" -compact -offset indent
> > +.Bl -tag -width "RTLD_NODELETE" -offset indent
> >  .It Sy RTLD_NODELETE
> >  Prevents unload of the loaded object on
> >  .Fn dlclose .
> > 
> 
> hi.
> 
> i've no issue with or without -compact, but you should adjust the
> RTLD_GLOBAL/RTLD_LOCAL list to the same format.
> 
> jmc

Here goes.


Index: dlfcn.3
===================================================================
RCS file: /home/cvs/src/share/man/man3/dlfcn.3,v
retrieving revision 1.32
diff -u -p -u -p -r1.32 dlfcn.3
--- dlfcn.3     20 Aug 2022 14:14:24 -0000      1.32
+++ dlfcn.3     5 Dec 2022 06:45:33 -0000
@@ -109,7 +109,7 @@ This is the default value if resolution 
 .Pp
 One of the following values may be used to specify symbol visibility:
 .Pp
-.Bl -tag -width "RTLD_GLOBAL" -compact -offset indent
+.Bl -tag -width "RTLD_GLOBAL" -offset indent
 .It Sy RTLD_GLOBAL
 The object's symbols and the symbols of its dependencies will be visible to
 other objects.
@@ -126,7 +126,7 @@ then it is promoted to RTLD_GLOBAL.
 .Pp
 Additionally, the following flag may be ORed into the mode argument:
 .Pp
-.Bl -tag -width "RTLD_NODELETE" -compact -offset indent
+.Bl -tag -width "RTLD_NODELETE" -offset indent
 .It Sy RTLD_NODELETE
 Prevents unload of the loaded object on
 .Fn dlclose .

Reply via email to