nr_files conflict with filename
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 5df2607e874a35fa131db5f36a0095af2dfe917a..24beeb8adbd5fa1363d7305c279b6c0d288275c8 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -205,7 +205,7 @@ filename=str        Fio normally makes up a filename based on the job name,
                files between threads in a job or several jobs, specify
                a filename for each of them to override the default. If
                the ioengine used is 'net', the filename is the host and
-               port to connect to in the format of =host:port. If the
+               port to connect to in the format of =host/port. If the
                ioengine is file based, you can specify a number of files
                by seperating the names with a ':' colon. So if you wanted
                a job to open /dev/sda and /dev/sdb as the two working files,
@@ -306,7 +306,7 @@ ioengine=str        Defines how the job issues io to the file. The following
 
                        net     Transfer over the network to given host:port.
                                'filename' must be set appropriately to
-                               filename=host:port regardless of send
+                               filename=host/port regardless of send
                                or receive, if the latter only the port
                                argument is used.