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)
Sat, Sep 21, 1:13 PM
Unknown Object (File)
Wed, Sep 11, 10:06 AM
Unknown Object (File)
Sun, Sep 8, 3:02 AM
Unknown Object (File)
Tue, Sep 3, 7:39 AM
Unknown Object (File)
Aug 26 2024, 1:21 AM
Unknown Object (File)
Aug 14 2024, 5:59 PM
Unknown Object (File)
Aug 4 2024, 2:11 AM
Unknown Object (File)
Jun 24 2024, 1:53 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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