diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-09 07:31:32 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-09 07:31:32 +0000 |
commit | 5159bb69ac22c80048d78d0989dd4934a519de21 (patch) | |
tree | 72effbe5e9e8486dcc93dcd2b232b546a1666c19 | |
parent | 99481e2bbf61b25387bbbd94a4ad826e2b3c63c5 (diff) | |
download | FreeBSD-src-5159bb69ac22c80048d78d0989dd4934a519de21.zip FreeBSD-src-5159bb69ac22c80048d78d0989dd4934a519de21.tar.gz |
mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts
It is referred to as "theta" later in the document anyway,
so stop being fancy.
-rw-r--r-- | lib/msun/man/atan2.3 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3 index 69a0f3d..dcc3759 100644 --- a/lib/msun/man/atan2.3 +++ b/lib/msun/man/atan2.3 @@ -66,12 +66,6 @@ functions compute the principal value of the arc tangent of .Fa y/ Ns Ar x , using the signs of both arguments to determine the quadrant of the return value. -.ie '\*[.T]'utf8' \{\ -. ds Th \[*h] -.\} -.el \{\ -. ds Th theta -.\} .Pp The .Fn carg , @@ -80,8 +74,8 @@ and .Fn cargl functions compute the complex argument (or phase angle) of .Fa z . -The complex argument is the number \*(Th such that -.Li z = r * e^(I * \*(Th) , +The complex argument is the number theta such that +.Li z = r * e^(I * theta) , where .Li r = cabs(z) . The call |