From aa58d2520204f5ae12291fae0289a90fb03dc587 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 9 Jun 2010 09:49:38 +0200 Subject: [PATCH] Update email addresses Signed-off-by: Jens Axboe --- fio.1 | 3 ++- fio_generate_plots.1 | 3 ++- init.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fio.1 b/fio.1 index 305c1849..ac729df5 100644 --- a/fio.1 +++ b/fio.1 @@ -983,7 +983,8 @@ IO latency distribution (ms): .RE .SH AUTHORS .B fio -was written by Jens Axboe . +was written by Jens Axboe , +now Jens Axboe . .br This man page was written by Aaron Carroll based on documentation by Jens Axboe. diff --git a/fio_generate_plots.1 b/fio_generate_plots.1 index 74b845d6..9e3c1ff9 100644 --- a/fio_generate_plots.1 +++ b/fio_generate_plots.1 @@ -38,7 +38,8 @@ generated in the current directory. The script takes the title of the plot as only argument. It does not offer any additional options. .SH AUTHOR -fio_generate_plots was written by Jens Axboe . +fio_generate_plots was written by Jens Axboe , +now Jens Axboe . .PP This manual page was written by Martin Steigerwald , for the Debian project (but may be used by others). diff --git a/init.c b/init.c index 323793d5..966a0656 100644 --- a/init.c +++ b/init.c @@ -972,7 +972,8 @@ static void usage(const char *name) printf("\t--section=name\tOnly run specified section in job file\n"); printf("\t--alloc-size=kb\tSet smalloc pool to this size in kb" " (def 1024)\n"); - printf("\nFio was written by Jens Axboe \n"); + printf("\nFio was written by Jens Axboe "); + printf("\n Jens Axboe \n"); } #ifdef FIO_INC_DEBUG -- 2.25.1