]> granicus.if.org Git - jq/commitdiff
Add a few lines to the bottom of the manpage.
authorStephen Dolan <mu@netsoc.tcd.ie>
Thu, 20 Dec 2012 12:25:50 +0000 (12:25 +0000)
committerStephen Dolan <mu@netsoc.tcd.ie>
Thu, 20 Dec 2012 12:25:50 +0000 (12:25 +0000)
docs/Rakefile
docs/content/3.manual/manual.yml

index 375ce408aba5247ab4fe071c109e521351b06572..a95c97fa10774b151c3df5a786c838bbb6de3b98 100644 (file)
@@ -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  
index 5acb212cd54b6e35a60e9ce522e7a9252a1b856f..cf5de527bea713d89f886b2f62f01ef7d1ffcc29 100644 (file)
@@ -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