Page MenuHomeFreeBSD

math(3): function args must not use .Ar, use .Fa instead
ClosedPublic

Authored by gbe on Jul 7 2021, 11:53 AM.
Tags
None
Referenced Files
F109941542: D31090.diff
Tue, Feb 11, 12:51 PM
Unknown Object (File)
Sat, Feb 1, 11:23 AM
Unknown Object (File)
Sat, Jan 25, 1:55 PM
Unknown Object (File)
Dec 5 2024, 10:57 PM
Unknown Object (File)
Dec 4 2024, 10:07 PM
Unknown Object (File)
Dec 4 2024, 10:07 PM
Unknown Object (File)
Dec 4 2024, 10:07 PM
Unknown Object (File)
Dec 4 2024, 9:46 PM
Subscribers

Details

Summary
  • function arguments must not use the .Ar macro, so use the .Fa macro instead
Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Jul 7 2021, 11:53 AM

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...

This revision is now accepted and ready to land.Jul 7 2021, 6:59 PM