Page MenuHomeFreeBSD

ping: split the visual part of -f into a new option -.
ClosedPublic

Authored by pstef on Apr 11 2022, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 4:07 AM
Unknown Object (File)
Sat, Oct 4, 3:46 AM
Unknown Object (File)
Wed, Sep 17, 3:19 AM
Unknown Object (File)
Sep 15 2025, 10:07 AM
Unknown Object (File)
Sep 6 2025, 4:39 PM
Unknown Object (File)
Sep 4 2025, 2:13 AM
Unknown Object (File)
Jul 12 2025, 2:48 PM
Unknown Object (File)
Jul 9 2025, 8:18 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

pstef requested review of this revision.Apr 11 2022, 3:02 PM
pstef created this revision.
rpokala added inline comments.
sbin/ping/ping.8
154
sent, a period
158
received, a backspace is printed.
161

You call the default character period elsewhere, but you call it dot here. Pick one and use it consistently. (FWIW, I prefer dot.)

Address comments by rpokala.
I decided to choose the word "period" over "dot" because the former was already here.

Agree with "period" for consistency.

This revision is now accepted and ready to land.Apr 17 2022, 4:10 AM