Code

fb.txt: Dynamically determine the build date for the manpage as well.
[template.git] / doc / fb.txt
1 FB(1)
2 =====
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 fb - some very fancy tool
11 SYNOPSIS
12 --------
13 *fb* ['options']
15 DESCRIPTION
16 -----------
17 *fb* is a very fancy tool.
19 OPTIONS
20 -------
21 *-h*::
22         Display a usage and help summary and exit.
24 *-V*::
25         Display the version number and copyright information.
27 EXIT CODES
28 ----------
29 *0*::
30         Success.
32 *1*::
33         Failure (syntax or usage error).
35 BUGS
36 ----
37 None known.
39 AUTHOR
40 ------
41 fb was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
43 COPYRIGHT
44 ---------
45 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
47 This is free software under the terms of the GNU General Public License
48 version 2, see the source for copying conditions. There is NO WARRANTY; not
49 even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
50 OR:
51 This is free software under the terms of the BSD license, see the source for
52 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
53 FITNESS FOR A PARTICULAR PURPOSE.
55 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :