From 20c67f10a4a1a379620a374beb070b330ed12187 Mon Sep 17 00:00:00 2001 From: Martin Steigerwald Date: Mon, 7 May 2012 17:06:26 +0200 Subject: [PATCH] Fix manpage error warning: macro `hostname'' not defined. Fix manpage error warning: macro `hostname'' not defined by using different line wrapping. Signed-off-by: Jens Axboe --- fio.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fio.1 b/fio.1 index 4e626b07..23650ce9 100644 --- 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) -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 -- 2.25.1