From f8c0611295a680d000a73fd31fe26580fa4b4a75 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Jul 2010 15:04:54 +0000 Subject: Re-constitution of `ds' symbol processing. First, push the roff_getstr() family of functions into roff.c with the "first_string" directly in struct roff. Second, pre-process each line for reserved words in libroff, splicing and re-running a line if it has one (this allows defined symbols to be macros). Remove term.c's invocation of the roff_getstrn() function. Removed function documentation in roff.3 and added roff.7 `ds' documentation. --- man.3 | 1 - 1 file changed, 1 deletion(-) (limited to 'man.3') diff --git a/man.3 b/man.3 index d607a7d2..828acb5f 100644 --- a/man.3 +++ b/man.3 @@ -29,7 +29,6 @@ .Nd man macro compiler library .Sh SYNOPSIS .In mandoc.h -.In regs.h .In man.h .Vt extern const char * const * man_macronames; .Ft "struct man *" -- cgit