As timeout(9) interface was removed and all consumers were converted to callout(9), reference it instead in taskqueue(9) for the sbt, pr, and flags description.
Details
Details
- Reviewers
trasz - Group Reviewers
manpages - Commits
- rS361888: taskqueue(9): reference callout(9) instead of timeout(9)
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Actually, there are more timeout(9) references, wonder if it would make sense to gather all of those in one review?
share/man/man9/taskqueue.9 | ||
---|---|---|
516 ↗ | (On Diff #72771) | Missing coma? |
share/man/man9/taskqueue.9 | ||
---|---|---|
516 ↗ | (On Diff #72771) | Last element in the list doesn't get one, lint actually warns if it does: mandoc: share/man/man9/taskqueue.9:516:11: WARNING: unusual Xr punctuation: , after swi(9) |
Comment Actions
And yeah, I think it’s a good idea to fix all of them. Still, this is fine too.
share/man/man9/taskqueue.9 | ||
---|---|---|
516 ↗ | (On Diff #72771) | Sigh, misread the patch. You’re of course right. |
Comment Actions
I'm just not sure how it would be easier to review, I could do all of those in one big wad, if it's preferable.