summaryrefslogtreecommitdiffstats
path: root/roff.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:22:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:22:19 +0000
commita7a9c3b662c1cf6ee6766d865a9dcc58376ea2c9 (patch)
tree5c739a65041bac0ed88bd64df638e92fc2af41ef /roff.3
parent730c5a1572228d1c4a1ef49a9748be04a119c1e8 (diff)
downloadmandoc-a7a9c3b662c1cf6ee6766d865a9dcc58376ea2c9.tar.gz
First step of adding register support. This is inspired by a significant
patch by schwarze@. This commit adds support to libroff parsing `nr' into register set defined in regs.h. This will propogate into libmdoc and libman in later commits.
Diffstat (limited to 'roff.3')
-rw-r--r--roff.31
1 files changed, 1 insertions, 0 deletions
diff --git a/roff.3 b/roff.3
index 18b48ad3..30b8aa2b 100644
--- a/roff.3
+++ b/roff.3
@@ -27,6 +27,7 @@
.Nd roff macro compiler library
.Sh SYNOPSIS
.In mandoc.h
+.In regs.h
.In roff.h
.Ft "struct roff *"
.Fn roff_alloc "mandocmsg msgs" "void *data"