Fix ping, zfs and zpool to match current style guide.

This commit is contained in:
Peter Tripp
2016-01-16 01:56:13 -08:00
parent 5f6b09b04b
commit c6635ec815
3 changed files with 16 additions and 18 deletions

View File

@@ -6,13 +6,13 @@
`ping {{host}}`
- Ping host limiting the number of packages to be send to four:
- Ping a host only a specific number of times:
`ping -c 4 {{host}}`
`ping -c {{count}} {{host}}`
- Ping host, waiting for 0.5 s between each request (default is 1 s):
- Ping host, specifying the interval in seconds between requests (default is 1 second):
`ping -i 0.5 {{host}}`
`ping -i {{seconds}} {{host}}`
- Ping host without trying to lookup symbolic names for addresses: