Hi Michael, Michael McConville wrote on Fri, Apr 29, 2016 at 12:21:11AM -0400:
> As per mdoc(7), \&. is needed to escape a literal period. Correct. > That said, shouldn't .Pa be used here rather than .Sq? Yes. Feel free to just do it, even without showing the diff again. Yours, Ingo > Index: portbump.1 > =================================================================== > RCS file: /cvs/ports/infrastructure/man/man1/portbump.1,v > retrieving revision 1.4 > diff -u -p -u -r1.4 portbump.1 > --- portbump.1 25 Jan 2016 17:27:24 -0000 1.4 > +++ portbump.1 29 Apr 2016 04:19:11 -0000 > @@ -59,7 +59,7 @@ information will be ignored. > doesn't care about actual subdirectory portion of > .Ar portref , > so you can freely pass > -.Sq . , > +.Sq \&. , > .Sq ../foo > or anything else like this. > .Pp