diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 07:43:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 07:43:21 +0200 |
commit | 60fec06053818e32e97b028fa1d4d1085fd1e679 (patch) | |
tree | 278aaf92f00c36180c57bbaab7d6008c0e791025 /man-epilogue.xhtml | |
parent | 0cba359075afacb16e1e05393a4f2836a9c5dc98 (diff) |
Add common man prologues and epilogues
Diffstat (limited to 'man-epilogue.xhtml')
-rw-r--r-- | man-epilogue.xhtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man-epilogue.xhtml b/man-epilogue.xhtml new file mode 100644 index 0000000..777139e --- /dev/null +++ b/man-epilogue.xhtml @@ -0,0 +1,12 @@ + <h1>BUGS</h1> + + <p>Send bug reports to the + <a href="mailto:users@build2.org">users@build2.org</a> mailing list.</p> + +</div> + +<div id="footer">© 2014-2016 Code Synthesis Ltd<br/> + Distributed under the terms of the MIT License</div> + +</body> +</html> |