In preparation for updates including missing variables, sort the
sysctl variables in the MIB variables section alphabetically.
Add a new "hostcache" entry for the hostcache node, containing the
intro text that was previously in hostcache.enable.
Details
- Reviewers
tuexen - Group Reviewers
manpages transport - Commits
- rGa795c6e93444: tcp.4: Sort sysctl variables
tested with mandoc
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
I realize this is a large review. Most of the diffs result from moving blocks around. I have attempted to add inline comments for all the changes I made other than moving blocks.
share/man/man4/tcp.4 | ||
---|---|---|
587 | Parenthetical fast_finwait2_recycle was added since the two are no longer together. | |
598 | This item is new, using mostly text from hostcache.enable (which was first). "See hostcache.enable" was added. | |
616 | Markup added to "hashsize" and "bucketlimit". | |
619 | The next line was added; the list looked odd without any leading text. | |
645 | Spelling of "purge" was corrected from "pruge". | |
690 | Added the word "keepalive" to previous line. | |
932 | "See pmtud_blackhole_detection" was added. |
Big change, but good to have. I've added a few bits of my own, mostly minor fixes.
share/man/man4/tcp.4 | ||
---|---|---|
594 | s/tcp/TCP/ | |
649 | Maybe move the "(default)" just before the closing sentence stop. | |
653 | I think we don't need the comma here. | |
667 | s/on fly/on the fly/ | |
695 | maybe "... before sending keepalive probes (if enabled)." (Active voice) | |
701 | Maybe provide a human-readable number here as well, just like above for the 7200000 msec? | |
714 | s/That/A value of/ | |
725 | Format this occurance of TIME_WAIT here just like above? | |
747 | Another instance of markup for TIME_WAIT here (see above comment)? | |
747 | s/creating/creation/ | |
818 | Strange line breaks here, maybe it's the rendering of the diff, but could also be unintentional edits. | |
898 | s/may be/is/ |
That looks even better with your additions.
The man page part looks fine now. Let's wait for feedback from the transport group in case we need to adjust the wording.
share/man/man4/tcp.4 | ||
---|---|---|
696 | That was the original text, before bcr's request :). It's hard to imagine that anyone would think that time would be expressed as a power of 2, but it's not exactly SI (where M would be powers of 10). Any other opinions? I could do 7.2 million sec, or 7,200,000 msec (yes, that's US...). |
share/man/man4/tcp.4 | ||
---|---|---|
696 | Ahh, I see. The only important information for me is the it is 2 hours... |