diff options
author | uqs <uqs@FreeBSD.org> | 2010-06-02 10:20:38 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-06-02 10:20:38 +0000 |
commit | efb24ec35598841dd8e91ccedb4561427dae44a9 (patch) | |
tree | 734b80636f9e02119148ead1343fb41d58fd2114 /lib/msun/man | |
parent | 4edfa3fb8680451e398887fd38b441e7c845b850 (diff) | |
download | FreeBSD-src-efb24ec35598841dd8e91ccedb4561427dae44a9.zip FreeBSD-src-efb24ec35598841dd8e91ccedb4561427dae44a9.tar.gz |
mdoc: spell macros correctly, there's no need for the backslash escape
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/atan2.3 | 4 | ||||
-rw-r--r-- | lib/msun/man/remainder.3 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3 index 06ac068..69a0f3d 100644 --- a/lib/msun/man/atan2.3 +++ b/lib/msun/man/atan2.3 @@ -114,7 +114,7 @@ if .Ar x > 0, .It Ta sign( Ns Ar y Ns )*(\*(Pi - -.Fn atan "\\*(Bay/x\\*(Ba" ) Ta +.Fn atan "\*(Bay/x\*(Ba" ) Ta if .Ar x < 0, @@ -122,7 +122,7 @@ if .No 0 Ta if x = y = 0, or .It Ta -.Pf sign( Ar y Ns )*\\*(Pi/2 Ta +.Pf sign( Ar y Ns )*\*(Pi/2 Ta if .Ar x = 0 \(!= diff --git a/lib/msun/man/remainder.3 b/lib/msun/man/remainder.3 index e04cdf7..0778878 100644 --- a/lib/msun/man/remainder.3 +++ b/lib/msun/man/remainder.3 @@ -76,10 +76,10 @@ is the integer nearest the exact value of .Fa x Ns / Ns Fa y ; .Ek moreover if -.Pf \\*(Ba Fa n +.Pf \*(Ba Fa n \- .Sm off -.Fa x No / Fa y No \\*(Ba +.Fa x No / Fa y No \*(Ba .Sm on = 1/2 @@ -89,11 +89,11 @@ is even. Consequently the remainder is computed exactly and .Sm off -.Pf \\*(Ba Fa r No \\*(Ba +.Pf \*(Ba Fa r No \*(Ba .Sm on \*(Le .Sm off -.Pf \\*(Ba Fa y No \\*(Ba/2 . +.Pf \*(Ba Fa y No \*(Ba/2 . .Sm on But attempting to take the remainder when .Fa y |