Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# ping
> send ICMP ECHO_REQUEST packets to network hosts
> Send ICMP ECHO_REQUEST packets to network hosts.
- Ping host
- Ping host:
`ping {{host}}`
- Ping host limiting the number of packages to be send to four
- Ping host limiting the number of packages to be send to four:
`ping -c 4 {{host}}`
- Ping host, waiting for 0.5 s between each request (default is 1 s)
- Ping host, waiting for 0.5 s between each request (default is 1 s):
`ping -i 0.5 {{host}}`
- Ping host without trying to lookup symbolic names for addresses
- Ping host without trying to lookup symbolic names for addresses:
`ping -n {{host}}`