Update email addresses
authorJens Axboe <jaxboe@fusionio.com>
Wed, 9 Jun 2010 07:49:38 +0000 (09:49 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 9 Jun 2010 07:49:38 +0000 (09:49 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.1
fio_generate_plots.1
init.c

diff --git a/fio.1 b/fio.1
index 305c18493843bcb5b5d136851232fd4931407d16..ac729df5c895381114acb80eea91c6670a7405ae 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -983,7 +983,8 @@ IO latency distribution (ms):
 .RE
 .SH AUTHORS
 .B fio
-was written by Jens Axboe <jens.axboe@oracle.com>.
+was written by Jens Axboe <jens.axboe@oracle.com>,
+now Jens Axboe <jaxboe@fusionio.com>.
 .br
 This man page was written by Aaron Carroll <aaronc@cse.unsw.edu.au> based
 on documentation by Jens Axboe.
index 74b845d64df0b5aef40ca759f9a9ebf7e94f7112..9e3c1ff9b493fbecfa95ddc210b9946be69451d7 100644 (file)
@@ -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 <jens.axboe@oracle.com>.
+fio_generate_plots was written by Jens Axboe <jens.axboe@oracle.com>,
+now Jens Axboe <jaxboe@fusionio.com>.
 .PP
 This manual page was written by Martin Steigerwald <ms@teamix.de>,
 for the Debian project (but may be used by others).
diff --git a/init.c b/init.c
index 323793d5e9a4f97fa440b684855bd5c8022f233a..966a06564b12eee632a32cf9c6c8f4e7d89a01a5 100644 (file)
--- 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 <jens.axboe@oracle.com>\n");
+       printf("\nFio was written by Jens Axboe <jens.axboe@oracle.com>");
+       printf("\n                   Jens Axboe <jaxboe@fusionio.com>\n");
 }
 
 #ifdef FIO_INC_DEBUG