From 3320c97ebd0b88e705a78b9b86dc14a921fec4f7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 07 Oct 2018 11:32:26 -0400 Subject: [PATCH] s/Generated content/Begin generated content/ --- src/main.c | 2 +- diff --git a/src/main.c b/src/main.c index 30404a8157198a6877aec2cf922c6dbfcbe9271c..cb6b5bd9d57dd530d822a17707a46bc257ee2c61 100644 --- a/src/main.c +++ b/src/main.c @@ -608,7 +608,7 @@ // Disable hyphenation: 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) { -- 2.48.1