diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-08-19 11:46:54 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-08-19 11:46:54 +0200 |
commit | 68069acc2cc3692f0288ae89b365cf5ace11f015 (patch) | |
tree | 96cac364aa0928a3080816fd76e02ab63e858675 /man | |
parent | 2481edf5d63d4f704fc4468fd650294272488707 (diff) | |
download | blogc-68069acc2cc3692f0288ae89b365cf5ace11f015.tar.gz blogc-68069acc2cc3692f0288ae89b365cf5ace11f015.tar.bz2 blogc-68069acc2cc3692f0288ae89b365cf5ace11f015.zip |
man: s/converts/compiles/
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc.1.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/blogc.1.ronn b/man/blogc.1.ronn index 04d966e..96b7874 100644 --- a/man/blogc.1.ronn +++ b/man/blogc.1.ronn @@ -16,7 +16,7 @@ blogc(1) -- a blog compiler ## DESCRIPTION -**blogc** converts source files and templates into blog/website resources. It +**blogc** compiles source files and templates into blog/website resources. It gets one (or more) source files and a template, and generates an output file, based on the template and the content read from the source file(s). It was designed to be used with make(1). |