Correct the misuse of a two-font macro, which function is to 1) use the first font for the odd numbered arguments and the second font for the even numbered arguments 2) join the arguments without an intervening space. Changes are based on the latest (day month year UTC) revision of my local git repository. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man8/ld.so.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index f94053f77..c0816be7c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -199,13 +199,13 @@ The objects in .I list are delimited by colons or spaces. The objects are preloaded as explained in the description of the -.BR LD_PRELOAD +.B LD_PRELOAD environment variable below. .IP By contrast with .BR LD_PRELOAD , the -.BR \-\-preload +.B \-\-preload option provides a way to perform preloading for a single executable without affecting preloading performed in any child process that executes a new program. @@ -389,7 +389,7 @@ and these are handled in the following order: .RS .IP (1) 4 The -.BR LD_PRELOAD +.B LD_PRELOAD environment variable. .IP (2) The -- 2.23.0.rc1