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 (14th August 2019 UTC) revision of my local git repository. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man5/elf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man5/elf.5 b/man5/elf.5 index bc39b1058..2a31457f3 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -786,7 +786,7 @@ A text segment commonly has the flags and .BR PF_R . A data segment commonly has -.BR PF_W +.B PF_W and .BR PF_R . .TP -- 2.23.0.rc1