summaryrefslogtreecommitdiff
path: root/ping.1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 08:15:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-07 08:22:31 +0200
commit838d8d6556dc6eecc1999bc482d3631b869b1630 (patch)
tree1e750851aac93c6a339665398331bb1314f44f6a /ping.1
parent6a1ebbc3b12b38ac221ec135287a519f84f15178 (diff)
downloadabase-838d8d6556dc6eecc1999bc482d3631b869b1630.tar.gz
abase-838d8d6556dc6eecc1999bc482d3631b869b1630.tar.bz2
updated man pages
Diffstat (limited to 'ping.1')
-rw-r--r--ping.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ping.1 b/ping.1
index c892f6f..d36ce5b 100644
--- a/ping.1
+++ b/ping.1
@@ -1,4 +1,4 @@
-.Dd 2023-04-24
+.Dd 2023-05-07
.Dt PING 1
.Os abase
.Sh NAME
@@ -6,7 +6,9 @@
.Nd tests reachability of a host on the network
.Sh SYNOPSIS
.Nm
+{destination}
.Sh DESCRIPTION
.Nm
-.Sh OPTIONS
-.sp
+ping sends an ICMP ECHO_REQUEST to a host and waits for the answer by
+the host. It prints each second information (if the host is reachable)
+and terminates and prints statistics if the user pressed Ctrl-C.