scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 3320c97ebd0b88e705a78b9b86dc14a921fec4f7
parent a035febe87b660abc688e2f7258a59a57bbcd816
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Oct 2018 11:32:26 -0400

s/Generated content/Begin generated content/

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -608,7 +608,7 @@ static void output_scdoc_preamble(struct parser *p) { roff_macro(p, "nh", NULL); // Disable justification: roff_macro(p, "ad l", NULL); - fprintf(p->output, ".\\\" Generated content:\n"); + fprintf(p->output, ".\\\" Begin generated content:\n"); } int main(int argc, char **argv) {