From: Axel Beckert Date: Wed, 25 Apr 2012 20:27:13 +0000 (+0200) Subject: Replace unknown .ni by .fi X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f919ed54b903964125e15007c6c665d715975d3;p=fping.git Replace unknown .ni by .fi --- diff --git a/doc/fping.8 b/doc/fping.8 index 4790a0a..c06a8dc 100644 --- a/doc/fping.8 +++ b/doc/fping.8 @@ -179,7 +179,7 @@ if ($#output != -1) { close MAIL; } -.ni +.fi Another good example is when you want to perform an action only on hosts that are currently reachable. .nf @@ -192,7 +192,7 @@ foreach $host (split(/\\n/,$hosts_to_backup)) { # do it } -.ni +.fi .SH AUTHORS .nf @@ -201,7 +201,7 @@ RL "Bob" Morgan, Stanford University, versions 2.x David Papp, versions 2.3x and up, David Schweikert, versions 3.0 and up fping website: http://www.fping.org -.ni +.fi .SH DIAGNOSTICS Exit status is 0 if all the hosts are reachable, 1 if some hosts were unreachable, 2 if any IP addresses were not found, 3 for invalid @@ -221,6 +221,6 @@ the following: -r n where n > 20 -t n where n < 250 msec -.ni +.fi .SH SEE ALSO netstat(1), ping(8), ifconfig(8c)