Windows: handle SIGBREAK.
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index cdff07a2ce21bf2e0cf9ea2624d8b56cc653e869..ee9680a592b77120c9967b722448e49c54ea01f2 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1062,12 +1062,13 @@ numjobs=int     Create the specified number of clones of this job. May be
                conjunction with new_group.
 
 group_reporting        It may sometimes be interesting to display statistics for
-               groups of jobs as a whole instead of for each individual job. This is
-               especially true if 'numjobs' is used; looking at individual
-               thread/process output quickly becomes unwieldy. To see the final report
-               per-group instead of per-job, use 'group_reporting'. Jobs in a file
-               will be part of the same reporting group, unless if separated by a
-               stonewall, or by using 'new_group'.
+               groups of jobs as a whole instead of for each individual job.
+               This is especially true if 'numjobs' is used; looking at
+               individual thread/process output quickly becomes unwieldy.
+               To see the final report per-group instead of per-job, use
+               'group_reporting'. Jobs in a file will be part of the same
+               reporting group, unless if separated by a stonewall, or by
+               using 'new_group'.
 
 thread         fio defaults to forking jobs, however if this option is
                given, fio will use pthread_create(3) to create threads
@@ -1327,7 +1328,7 @@ that defines them is selected.
 [net] proto=str        The network protocol to use. Accepted values are:
 
                        tcp     Transmission control protocol
-                       udp     Unreliable datagram protocol
+                       udp     User datagram protocol
                        unix    UNIX domain socket
 
                When the protocol is TCP or UDP, the port must also be given,