Simple netstat command i use very often, added to the examples section.
Also added broken up two lines that exceeded 80 bytes.
Details
Details
- Reviewers
bcr ziaee - Group Reviewers
manpages - Commits
- rG76856ead444d: netstat.1: Add common example to list listening sockets
apply the patch
check the output of
mandoc -Tlint /usr/src/usr.bin/netstat/netstat.1
see changed man page with
man /usr/src/usr.bin/netstat/netstat.1
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Minor nit, missing : at end of sentence.
usr.bin/netstat/netstat.1 | ||
---|---|---|
951 | Missing a colon at the end here. |
Comment Actions
Can we remove the prompts? It breaks copy/paste. Also, for single line examples, try using .Dl instead, it's a lot cleaner.
Please use src/tools/tools/git/git-arc.sh or upload your patch with -U9999 so we have more context available.
Comment Actions
removed leading "$" in front of commands
added ":" to the new example
I am sorry, but i haven't got the format-patch to work like i would like it to, i need to learn how to do that. will ask tomorrow at the berlin hackathon if someone can show me how it's done