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

Reply via email to