Fix manpage error warning: macro `hostname'' not defined.
authorMartin Steigerwald <ms@teamix.de>
Mon, 7 May 2012 15:06:26 +0000 (17:06 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 May 2012 15:06:26 +0000 (17:06 +0200)
Fix manpage error warning: macro `hostname'' not defined by using
different line wrapping.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1

diff --git a/fio.1 b/fio.1
index 4e626b075a74c7a17ef41e8da3829a7edb2342c7..23650ce92dd1e172a1f6ec85fc9da859af6eaedc 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1318,8 +1318,8 @@ To start the server, you would do:
 
 on that machine, where args defines what fio listens to. The arguments
 are of the form 'type:hostname or IP:port'. 'type' is either 'ip' (or ip4)
 
 on that machine, where args defines what fio listens to. The arguments
 are of the form 'type:hostname or IP:port'. 'type' is either 'ip' (or ip4)
-for TCP/IP v4, 'ip6' for TCP/IP v6, or 'sock' for a local unix domain socket.
-'hostname' is either a hostname or IP address, and 'port' is the port to
+for TCP/IP v4, 'ip6' for TCP/IP v6, or 'sock' for a local unix domain
+socket. 'hostname' is either a hostname or IP address, and 'port' is the port to
 listen to (only valid for TCP/IP, not a local socket). Some examples:
 
 1) fio --server
 listen to (only valid for TCP/IP, not a local socket). Some examples:
 
 1) fio --server