aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-07-27 00:30:22 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-07-27 00:30:22 +0200
commitd29bf02a6d58cc5ab28929ba17bd49c0d5b7caae (patch)
treec1c8282f800fcac231d9b0c3da123a53996bcae0
parentdefb396ee51c80d2df1c7bbc58dbefd0c6a0b165 (diff)
downloadblogc-d29bf02a6d58cc5ab28929ba17bd49c0d5b7caae.tar.gz
blogc-d29bf02a6d58cc5ab28929ba17bd49c0d5b7caae.tar.bz2
blogc-d29bf02a6d58cc5ab28929ba17bd49c0d5b7caae.zip
man: minor fixes
-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.