]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
qemu-io: end aio help text sentences with periods
authorLaszlo Ersek <lersek@redhat.com>
Tue, 24 Jan 2012 20:13:28 +0000 (21:13 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 27 Jan 2012 06:28:19 +0000 (06:28 +0000)
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
qemu-io.c

index ffa62fb46fb9ee50d0f02a61107ab6c111474f85..938b20c4995e3290298b36b9edbe9d08944d8918 100644 (file)
--- a/qemu-io.c
+++ b/qemu-io.c
@@ -1118,7 +1118,7 @@ static void aio_read_help(void)
 " Reads a segment of the currently open file, optionally dumping it to the\n"
 " standard output stream (with -v option) for subsequent inspection.\n"
 " The read is performed asynchronously and the aio_flush command must be\n"
-" used to ensure all outstanding aio requests have been completed\n"
+" used to ensure all outstanding aio requests have been completed.\n"
 " -C, -- report statistics in a machine parsable format\n"
 " -P, -- use a pattern to verify read data\n"
 " -v, -- dump buffer to standard output\n"
@@ -1214,7 +1214,7 @@ static void aio_write_help(void)
 " Writes into a segment of the currently open file, using a buffer\n"
 " filled with a set pattern (0xcdcdcdcd).\n"
 " The write is performed asynchronously and the aio_flush command must be\n"
-" used to ensure all outstanding aio requests have been completed\n"
+" used to ensure all outstanding aio requests have been completed.\n"
 " -P, -- use different pattern to fill file\n"
 " -C, -- report statistics in a machine parsable format\n"
 " -q, -- quiet mode, do not show I/O statistics\n"