killall(1) man page lacked EXAMPLES. Add some of them showing typical usage
Details
Details
- Reviewers
bjk - Group Reviewers
manpages - Commits
- rS361783: Add EXAMPLES to killall(1)
- Apply patch
- man ./killall.1
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 31295 Build 28936: arc lint + arc unit
Event Timeline
killall/killall.1 | ||
---|---|---|
149 | Corrected here and in other places around the diff. |
Comment Actions
Thanks for the updates; they look good.
Just one more thing (stray .Ed) that I missed last time, sorry.
mandoc -Tlint can help find this sort of thing in the future.
killall/killall.1 | ||
---|---|---|
160 | It looks like there are a couple of .Ed macros at the end of regular paragraphs like this. | |
167 | here too | |
192 | Since "vim" and "vimdiff" are just examples of things that match "vim*", I don't feel a particular need to put extra markup (e.g., .Xr) on them |
Comment Actions
- Remove Ed without matching Bd (requested by bjk@)
- Removing Pp before Bd (reported by mandoc -Tlint)
- Remove extra white spaces at the end of the line (reported by mandoc -Tlint)
Comment Actions
Thanks for the time spent reviewing this. I addressed also a couple of issues the linter spotted.