summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-20 12:25:50 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-20 12:25:50 +0000
commitc181a9185ae14971ea78393a3552baadb56f1669 (patch)
tree2d75366bc260b1e4ae371fdeeb46313a4148b659 /docs
parent6a597b41a671941cf5d1a298795ea2c6c545068a (diff)
Add a few lines to the bottom of the manpage.
Diffstat (limited to 'docs')
-rw-r--r--docs/Rakefile1
-rw-r--r--docs/content/3.manual/manual.yml11
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/Rakefile b/docs/Rakefile
index 375ce408..a95c97fa 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -90,6 +90,7 @@ task :manpage do
end
f.puts ""
end
+ f.puts manual['manpage_epilogue']
f.close
puts Ronn::Document.new(f.path).convert('roff').gsub(/<\/?code>/,"")
end
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 5acb212c..cf5de527 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -50,6 +50,17 @@ manpage_intro: |
document.
## FILTERS
+
+manpage_epilogue: |
+ ## BUGS
+
+ Presumably. Report them or discuss them at:
+
+ https://github.com/stedolan/jq/issues
+
+ ## AUTHOR
+
+ Stephen Dolan `<mu@netsoc.tcd.ie>`
sections:
- title: Invoking jq