Fix UDP acronym
authorBruce Cran <bruce@cran.org.uk>
Wed, 10 Oct 2012 14:17:44 +0000 (08:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Oct 2012 14:17:44 +0000 (08:17 -0600)
It's 'User', not 'Unreliable'.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
engines/net.c
fio.1

diff --git a/HOWTO b/HOWTO
index cdff07a2ce21bf2e0cf9ea2624d8b56cc653e869..aa06fd5dc40bda09f47f5b4d9f7d7382503f4e4e 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1327,7 +1327,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,
index cf6025f1aa5ca6ecce389654be999ca135369476..7354d310141d2f7b4a9da29827da31ea6a319c67 100644 (file)
@@ -79,7 +79,7 @@ static struct fio_option options[] = {
                          },
                          { .ival = "udp",
                            .oval = FIO_TYPE_UDP,
-                           .help = "Unreliable Datagram Protocol",
+                           .help = "User Datagram Protocol",
                          },
                          { .ival = "unix",
                            .oval = FIO_TYPE_UNIX,
diff --git a/fio.1 b/fio.1
index 145b547ea5404a84af510f8653a8816dc35db2c4..fad0ae4ffbf7f70197d1669a8e745bdb9e88bc22 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1073,7 +1073,7 @@ The network protocol to use. Accepted values are:
 Transmission control protocol
 .TP
 .B udp
-Unreliable datagram protocol
+User datagram protocol
 .TP
 .B unix
 UNIX domain socket