On Fri, Jan 11, 2019 at 2:02 PM Ian Jackson <ijack...@chiark.greenend.org.uk> wrote: > > In the default text manpage rendering, C produces a pair of quotes and > the result is "".."" which is not desirable.
On the other 5 patches: ack. On this patch: interesting. What I actually proofread was the PDF output of pod2man --> groff -man --> ps2pdf because a Roman font is easier to read than a monospace font. groff did not add the double quotes. But man output is what 99% of everybody will read, so that's what matters (which is why I backed out of my attempts at a grave accent for "a la" when "\`" and "\(ga" didn't render properly in man). > > Signed-off-by: Ian Jackson <ijack...@chiark.greenend.org.uk> > --- > git-debrebase.1.pod | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod > index e5b84a0b..aa7f459b 100644 > --- a/git-debrebase.1.pod > +++ b/git-debrebase.1.pod > @@ -420,7 +420,7 @@ failure to find an appropriate upstream. > Directory to look in for orig tarballs. > The default is the git config option > dgit.default.build-products-dir > -or failing that, "C<..>". > +or failing that, C<..>. > Passed on to dgit, if git-debrebase invokes dgit. > > =item --[no-]origs > -- > 2.11.0 > Thanks again, Paul Hardy