mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
ping: The -C option is also supported for IPv6.
MFC after: 3 days
Sponsored by: Klara, Inc.
Sponsored by: NetApp, Inc.
Reviewed by: rscheff, allanjude
Differential Revision: https://reviews.freebsd.org/D41881
(cherry picked from commit a2d1360142
)
This commit is contained in:
parent
d1a34ebb93
commit
12e9c68924
2 changed files with 3 additions and 2 deletions
|
@ -211,7 +211,7 @@ usage(void)
|
|||
"Z"
|
||||
#endif
|
||||
"] "
|
||||
"[-b bufsiz] [-c count] [-e gateway]\n"
|
||||
"[-b bufsiz] [-C pcp] [-c count] [-e gateway]\n"
|
||||
"\t [-I interface] [-i wait] [-k addrtype] [-l preload] "
|
||||
"[-m hoplimit]\n"
|
||||
"\t [-p pattern]"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" @(#)ping.8 8.2 (Berkeley) 12/11/93
|
||||
.\"
|
||||
.Dd November 20, 2022
|
||||
.Dd September 15, 2023
|
||||
.Dt PING 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -81,6 +81,7 @@ packets to network hosts
|
|||
.Op Fl 6AaDdEfHNnOoquvYyZ
|
||||
.Op Fl .\& Ns Ar chars
|
||||
.Op Fl b Ar bufsiz
|
||||
.Op Fl C Ar pcp
|
||||
.Op Fl c Ar count
|
||||
.Op Fl e Ar gateway
|
||||
.Op Fl I Ar interface
|
||||
|
|
Loading…
Reference in a new issue