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
F102356448: D31090.diff
Mon, Nov 11, 4:00 AM
F102355845: D31090.id.diff
Mon, Nov 11, 3:47 AM
Unknown Object (File)
Oct 5 2024, 8:39 PM
Unknown Object (File)
Sep 24 2024, 1:24 AM
Unknown Object (File)
Sep 21 2024, 9:51 AM
Unknown Object (File)
Sep 18 2024, 7:18 PM
Unknown Object (File)
Sep 5 2024, 9:56 PM
Unknown Object (File)
Sep 5 2024, 12:28 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