From 1de5b4832f2d7c185588aedb42431c1d4136c3b3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 5 Apr 2018 22:05:08 +0000 Subject: Do not use a non-portable .R man(7) macro. Neither groff nor the heirloom-doctools support it. Work around the gap by using .BR with an empty first argument. This was noticed more than once in the past, but i always forgot to fix it. --- mdoc_man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdoc_man.c b/mdoc_man.c index 09ebb49c..270b3042 100644 --- a/mdoc_man.c +++ b/mdoc_man.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_man.c,v 1.124 2018/04/05 08:47:16 schwarze Exp $ */ +/* $Id: mdoc_man.c,v 1.125 2018/04/05 22:05:08 schwarze Exp $ */ /* * Copyright (c) 2011-2017 Ingo Schwarze * @@ -1408,7 +1408,7 @@ pre_it(DECL_ARGS) if (bln->norm->Bl.type == LIST_diag) print_line(".B \"", 0); else - print_line(".R \"", 0); + print_line(".BR \\& \"", 0); outflags &= ~MMAN_spc; return 1; case LIST_bullet: -- cgit v1.2.3-56-ge451