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)
Sat, Sep 21, 9:51 AM
Unknown Object (File)
Wed, Sep 18, 7:18 PM
Unknown Object (File)
Thu, Sep 5, 9:56 PM
Unknown Object (File)
Thu, Sep 5, 12:28 PM
Unknown Object (File)
Thu, Sep 5, 5:26 AM
Unknown Object (File)
Tue, Sep 3, 1:00 AM
Unknown Object (File)
Sat, Aug 31, 4:43 PM
Unknown Object (File)
Aug 11 2024, 10:34 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