aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/blogc-make.1.ronn2
-rw-r--r--man/blogcfile.5.ronn2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn
index 43778c7..76f2f37 100644
--- a/man/blogc-make.1.ronn
+++ b/man/blogc-make.1.ronn
@@ -64,7 +64,7 @@ Rebuilds are done by running `blogc-make all` internally.
Dump default Atom feed template based on current blogcfile(5) settings.
-The template is dumped to the standard output, and can be used as a base
+The template is dumped to the standard output, and can be used as base
for customized Atom feed templates.
## BUILD RULES
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn
index 21f2651..faeb85f 100644
--- a/man/blogcfile.5.ronn
+++ b/man/blogcfile.5.ronn
@@ -44,7 +44,7 @@ however these rules can be customized with the following settings, from the
The extension of the generated Atom feeds.
* `atom_legacy_entry_id` (default: `false`):
- Before `0.14.0` blogc-make was generating "broken" entry IDs in the atom feeds.
+ Before `0.14.0` blogc-make(1) was generating "broken" entry IDs in the atom feeds.
This behavior was fixed in version `0.14.0` and current users that don't want
to have their old posts re-shared due to the change of IDs should set this to
`true`, to keep using the old format.