summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
commit0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch)
treeb1f8223f0d93941122cb0666f5713cfccbf9a879 /lib/libm
parenta5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff)
dispense with some wacky escape sequences;
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/man/atan2.38
-rw-r--r--lib/libm/man/remainder.312
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libm/man/atan2.3 b/lib/libm/man/atan2.3
index da783d74613..598732fd06f 100644
--- a/lib/libm/man/atan2.3
+++ b/lib/libm/man/atan2.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atan2.3,v 1.12 2008/12/12 00:10:26 martynas Exp $
+.\" $OpenBSD: atan2.3,v 1.13 2010/03/26 19:30:40 jmc Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
.\"
-.Dd $Mdocdate: December 12 2008 $
+.Dd $Mdocdate: March 26 2010 $
.Dt ATAN2 3
.Os
.Sh NAME
@@ -90,7 +90,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,
@@ -102,7 +102,7 @@ if
.Ar 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/libm/man/remainder.3 b/lib/libm/man/remainder.3
index 73ee2a79386..3a84e5c4f80 100644
--- a/lib/libm/man/remainder.3
+++ b/lib/libm/man/remainder.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remainder.3,v 1.3 2009/08/03 21:26:07 martynas Exp $
+.\" $OpenBSD: remainder.3,v 1.4 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
.\" $FreeBSD: src/lib/msun/man/remainder.3,v 1.6 2008/03/30 20:48:02 das Exp $
.\"
-.Dd $Mdocdate: August 3 2009 $
+.Dd $Mdocdate: March 26 2010 $
.Dt REMAINDER 3
.Os
.Sh NAME
@@ -68,10 +68,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
@@ -81,11 +81,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