- function arguments must not use the .Ar macro, so use the .Fa macro instead
Details
Details
- Reviewers
imp - Group Reviewers
manpages - Commits
- rG9428c3c912db: math(3): Use the .Fa macro for function arguments
rGc5cbef2f85e6: math(3): Use the .Fa macro for function arguments
mandoc output review and 'mandoc -Tlint' checks
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 40366 Build 37255: arc lint + arc unit
Event Timeline
Comment Actions
Change looks good. The commit message would maybe be better to say that .Ar is used for command line arguments and .Fa is used for function arguments...