diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 12:40:33 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-16 15:10:40 -0500 |
commit | f1c24fea94e19cf2108abbeed1d36ded7102ab98 (patch) | |
tree | f19fc47aaa6af9d87c923969c5c5499d4176da0b /src/bootchart/bootchart.c | |
parent | d0a5cdb280f904eafacb09bbc391afd03c207b62 (diff) |
man: move bootchart README to manpage, docbooksify
Diffstat (limited to 'src/bootchart/bootchart.c')
-rw-r--r-- | src/bootchart/bootchart.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 0c4d3e3432..017632781a 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -20,6 +20,17 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +/*** + + Many thanks to those who contributed ideas and code: + - Ziga Mahkovec - Original bootchart author + - Anders Norgaard - PyBootchartgui + - Michael Meeks - bootchart2 + - Scott James Remnant - Ubuntu C-based logger + - Arjan van der Ven - for the idea to merge bootgraph.pl functionality + + ***/ + #include <sys/time.h> #include <sys/types.h> #include <sys/resource.h> |