s/Generated content/Begin generated content/

master
Drew DeVault 6 years ago
parent a035febe87
commit 3320c97ebd
  1. 2
      src/main.c

@ -608,7 +608,7 @@ static void output_scdoc_preamble(struct parser *p) {
roff_macro(p, "nh", NULL); roff_macro(p, "nh", NULL);
// Disable justification: // Disable justification:
roff_macro(p, "ad l", NULL); 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) { int main(int argc, char **argv) {

Loading…
Cancel
Save