aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-12 20:21:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-12 20:21:04 +0000
commitdbface5c83837d76b73a9ba99fde1ccc3afab3d5 (patch)
treefcc9e01c6182df1212aee9a5e658cf71de0d7d84 /roff.7
parent2adccb6ca2a7bc99a162422bc1bd9270a4239db5 (diff)
downloadmandoc-dbface5c83837d76b73a9ba99fde1ccc3afab3d5.tar.gz
mandoc-dbface5c83837d76b73a9ba99fde1ccc3afab3d5.tar.zst
mandoc-dbface5c83837d76b73a9ba99fde1ccc3afab3d5.zip
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.
Diffstat (limited to 'roff.7')
-rw-r--r--roff.714
1 files changed, 13 insertions, 1 deletions
diff --git a/roff.7 b/roff.7
index a89cce8c..22212514 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.38 2012/06/12 19:50:50 kristaps Exp $
+.\" $Id: roff.7,v 1.39 2012/06/12 20:21:04 kristaps Exp $
.\"
.\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -417,6 +417,18 @@ The syntax of this request is the same as that of
It is currently ignored by
.Xr mandoc 1 ,
as are its children.
+.Ss \&cc
+Changes the control character.
+Its syntax is as follows:
+.Bd -literal -offset indent
+.Pf . Cm \&cc Op Ar c
+.Ed
+.Pp
+If
+.Ar c
+is not specified, the control character is reset to
+.Sq \&. .
+Trailing characters are ignored.
.Ss \&de
Define a
.Nm