Add missing sysctls to inet.4 and icmp.4, using references to ip.4
for variables and groups documented there. Add sysctl.8 to "see also"
and intro to variable section. Rename "MIB Variables" section to
"MIB (sysctl) Variables", as most people will associate with sysctl.
Revise history: the ICMP implementation was in 4.2BSD.
Details
Details
- Reviewers
pauamma_gundo.com - Group Reviewers
manpages network - Commits
- rGcf2ca148d9d6: inet.4 icmp.4 udp.4: Add missing sysctls, other fixes
tested with mandoc
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man4/icmp.4 | ||
---|---|---|
163–164 | The reason I used "and" is that the variables can be read or modified with sysctl(3) as well. Is there a better way to reflect that? sysctl(8) is far more common, so I wanted to mention it. | |
share/man/man4/inet.4 | ||
227 | "Node" is intentional; it is a node in the tree of variables, with other variables below it. | |
235 | As above |
share/man/man4/icmp.4 | ||
---|---|---|
163–164 | Maybe "which can also be read or modified with sysctl(8)"? |