Hi guys, Mandoc seems to have trouble with constructs like: .` "foobar".
See, for example, the cvs(1) man page: Source: \fBcvs add\fP \fIfile\fP\|.\|.\|. Use this command to enroll new files in \fBcvs\fP records of your working directory. The files will be added to the repository the next time you run .` "cvs commit". Note: You should use the .` "cvs import" command to bootstrap new sources into the source repository. .` "cvs add" is only used for new files to an already checked-out module. Expected output (nroff -man): cvs add file... Use this command to enroll new files in cvs records of your working directory. The files will be added to the repository the next time you run `cvs commit'. Note: You should use the `cvs import' command to bootstrap new sources into the source repository. `cvs add' is only used for new files to an already checked-out module. Actual output (mandoc): cvs add file... Use this command to enroll new files in cvs records of your working directory. The files will be added to the repository the next time you run Note: You should use the command to bootstrap new sources into the source repository. is only used for new files to an already checked-out module. --Anthony J. Bentley