]> git.gsnw.org Git - fping.git/commitdiff
improve documentation for -g option (G.W. Haywood)
authorDavid Schweikert <david@schweikert.ch>
Fri, 27 Apr 2012 11:22:05 +0000 (13:22 +0200)
committerDavid Schweikert <david@schweikert.ch>
Fri, 27 Apr 2012 11:22:05 +0000 (13:22 +0200)
doc/fping.8

index f4c504f7797a7bd24b6be697cc2f343c0d70e7fb..a810b89b2d1f81e0826fd490d6c60878d7e6a134 100644 (file)
@@ -90,15 +90,17 @@ root user.  Regular users should pipe in the file via stdin:
 
 .IP \fB\-g\fR 5
 Generate a target list from a supplied IP netmask, or a starting and ending IP.
-Specify the netmask or start/end in the targets portion of the command line.
+Specify the netmask or start/end in the targets portion of the command line. If
+a network with netmask is given, the network and broadcast addresses will be
+excluded.
 
-ex. To ping the class C 192.168.1.x, the specified command line could look like either:
+ex. To ping the network 192.168.1.0/24, the specified command line could look like either:
 
 fping \-g 192.168.1.0/24
 
 or
 
-fping -g 192.168.1.0 192.168.1.255
+fping -g 192.168.1.1 192.168.1.254
 .IP \fB\-h\fR 5
 Print usage message.
 .IP \fB\-i\fIn\fR 5