diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-07 20:38:15 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-07 20:38:15 +0000 |
commit | 0024abcbbc633f4493b97c4b344ed636ea176f3c (patch) | |
tree | f00955edc3be4d63b2fa0da1186ba9e8afdc6227 /docs | |
parent | 0b66577368206a433411f6367c90ab70d82ba275 (diff) | |
download | busybox-w32-0024abcbbc633f4493b97c4b344ed636ea176f3c.tar.gz busybox-w32-0024abcbbc633f4493b97c4b344ed636ea176f3c.tar.bz2 busybox-w32-0024abcbbc633f4493b97c4b344ed636ea176f3c.zip |
Implemented "ping -s", fixed error messages and argument parsing
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 3cd45f7bd..7a04b8f10 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -1250,6 +1250,7 @@ Send ICMP ECHO_REQUEST packets to network hosts. | |||
1250 | Options: | 1250 | Options: |
1251 | 1251 | ||
1252 | -c COUNT Send only COUNT pings. | 1252 | -c COUNT Send only COUNT pings. |
1253 | -s SIZE Send SIZE data bytes in packets (default=56). | ||
1253 | -q Quiet mode, only displays output at start | 1254 | -q Quiet mode, only displays output at start |
1254 | and when finished. | 1255 | and when finished. |
1255 | Example: | 1256 | Example: |
@@ -1948,4 +1949,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1948 | 1949 | ||
1949 | =cut | 1950 | =cut |
1950 | 1951 | ||
1951 | # $Id: busybox.pod,v 1.36 2000/06/07 17:28:53 andersen Exp $ | 1952 | # $Id: busybox.pod,v 1.37 2000/06/07 20:38:15 proski Exp $ |