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)
Thu, Apr 11, 6:59 PM
Unknown Object (File)
Thu, Apr 11, 6:59 PM
Unknown Object (File)
Thu, Apr 11, 6:59 PM
Unknown Object (File)
Sat, Apr 6, 12:43 PM
Unknown Object (File)
Jan 10 2024, 1:51 AM
Unknown Object (File)
Dec 14 2023, 10:20 PM
Unknown Object (File)
Nov 21 2023, 2:28 AM
Unknown Object (File)
Nov 7 2023, 4:50 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