]> git.cameronkatri.com Git - mandoc.git/commit
Add `cc' support.
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 12 Jun 2012 20:21:04 +0000 (20:21 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 12 Jun 2012 20:21:04 +0000 (20:21 +0000)
commitdbface5c83837d76b73a9ba99fde1ccc3afab3d5
treefcc9e01c6182df1212aee9a5e658cf71de0d7d84
parent2adccb6ca2a7bc99a162422bc1bd9270a4239db5
Add `cc' support.
This was reported by espie@ and in the TODO.
Caveat: `cc' has buggy behaviour when invoked in groff(1) and followed
by a line-breaking control character macro, e.g., in a -man doc,

  .cc |
  .B foo
  'B foo
  |cc
  'B foo

will cause groff(1) to behave properly for `.B' but inline the macro
definition for `B' when invoked with the line-breaking macro.
TODO
libmandoc.h
man.c
mandoc.c
mdoc.c
roff.7
roff.c