- Add small EXAMPLES section
- Fix warning reported by mandoc (./netstat.1:747:2: WARNING: skipping paragraph macro: Pp before Ss)
Details
Details
- Reviewers
allanjude gbe - Group Reviewers
manpages - Commits
- rS363396: netstat(1): Add EXAMPLES section
- mandoc -Tlint clean
- aspell happy
- man ./netstat.1 renders the page properly
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
A fix and another example to add.
netstat/netstat.1 | ||
---|---|---|
807 ↗ | (On Diff #72931) | s/icmp/ICMP/ |
814 ↗ | (On Diff #72931) | Good one, I'd add an example for "netstat -rn" (it also works on Windows). It can be a short description like: "Same as above, but without resolving numeric addresses and port numbers to names:" |
netstat/netstat.1 | ||
---|---|---|
801 ↗ | (On Diff #72931) | Might be better to state "what" information. There are so many different modes in netstat, it would be better to be more specific |
Comment Actions
- Add -nr example (bcr@)
- Use upper case letters for protocol names (bcr@)
- Explicit the information shown in first example (allanjude@)
netstat/netstat.1 | ||
---|---|---|
801 ↗ | (On Diff #72931) | Thanks Allan. I hope this is explicit enough despite the fact that it is not an exhaustive list (I omitted the information is for input as well as for output for being obvious, for example). |