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
Unknown Object (File)
Mon, Apr 14, 8:45 AM
Unknown Object (File)
Mon, Apr 14, 5:21 AM
Unknown Object (File)
Sun, Apr 13, 11:42 PM
Unknown Object (File)
Sun, Apr 13, 11:25 PM
Unknown Object (File)
Feb 24 2025, 11:40 PM
Unknown Object (File)
Feb 22 2025, 3:14 PM
Unknown Object (File)
Feb 22 2025, 2:56 AM
Unknown Object (File)
Feb 22 2025, 1:46 AM
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