]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
math(3): Use the .Fa macro for function arguments
authorGordon Bergling <gbe@FreeBSD.org>
Fri, 9 Jul 2021 17:51:44 +0000 (19:51 +0200)
committerGordon Bergling <gbe@FreeBSD.org>
Mon, 12 Jul 2021 04:07:24 +0000 (06:07 +0200)
commit9428c3c912db68ca58e0f947c6e77e51454d92ee
tree438bf7a4f411dedcfdba539ab8b50fb3db118fb4
parent2e96f2635591abb839c92566046e3a9b6ee5ff35
math(3): Use the .Fa macro for function arguments

.Fa is the suitable macro for functions in comparsion to the
.Ar macro, which should be used for commandline arguments.

While here, fix some mandoc warnings.

Reviewed by: imp (earlier version)
Obtained from: OpenBSD (in partial)
Differential Revision: https://reviews.freebsd.org/D31090

(cherry picked from commit c5cbef2f85e6020ef8357b7d3af3ca228a262309)
lib/msun/man/acos.3
lib/msun/man/acosh.3
lib/msun/man/asin.3
lib/msun/man/asinh.3
lib/msun/man/atan2.3
lib/msun/man/atanh.3
lib/msun/man/ccos.3
lib/msun/man/ccosh.3
lib/msun/man/exp.3
lib/msun/man/sincos.3
lib/msun/man/sqrt.3