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
F150555678: D34882.id.diff
Thu, Apr 2, 7:56 AM
F150515422: D34882.id.diff
Wed, Apr 1, 10:10 PM
F150505284: D34882.id.diff
Wed, Apr 1, 7:35 PM
Unknown Object (File)
Tue, Mar 31, 11:00 PM
Unknown Object (File)
Tue, Mar 17, 9:10 AM
Unknown Object (File)
Sat, Mar 14, 8:19 AM
Unknown Object (File)
Wed, Mar 11, 2:52 AM
Unknown Object (File)
Tue, Mar 10, 7:52 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