Revision e432cef9

b/qemu-io.c
904 904
"\n"
905 905
" Reads a segment of the currently open file, optionally dumping it to the\n"
906 906
" standard output stream (with -v option) for subsequent inspection.\n"
907
" The read is performed asynchronously and should the aio_flush command \n"
908
" should be used to ensure all outstanding aio requests have been completed\n"
907
" The read is performed asynchronously and the aio_flush command must be\n"
908
" used to ensure all outstanding aio requests have been completed\n"
909 909
" -C, -- report statistics in a machine parsable format\n"
910 910
" -P, -- use a pattern to verify read data\n"
911 911
" -v, -- dump buffer to standard output\n"
......
1003 1003
"\n"
1004 1004
" Writes into a segment of the currently open file, using a buffer\n"
1005 1005
" filled with a set pattern (0xcdcdcdcd).\n"
1006
" The write is performed asynchronously and should the aio_flush command \n"
1007
" should be used to ensure all outstanding aio requests have been completed\n"
1006
" The write is performed asynchronously and the aio_flush command must be\n"
1007
" used to ensure all outstanding aio requests have been completed\n"
1008 1008
" -P, -- use different pattern to fill file\n"
1009 1009
" -C, -- report statistics in a machine parsable format\n"
1010 1010
" -q, -- quite mode, do not show I/O statistics\n"
......
1095 1095
static const cmdinfo_t aio_flush_cmd = {
1096 1096
	.name		= "aio_flush",
1097 1097
	.cfunc		= aio_flush_f,
1098
	.oneline	= "completes all outstanding aio requets"
1098
	.oneline	= "completes all outstanding aio requests"
1099 1099
};
1100 1100

  
1101 1101
static int

Also available in: Unified diff