summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2012-09-16 17:54:03 +0000
committerjmc <>2012-09-16 17:54:03 +0000
commit64dd23ac75bf38a89754b9ffbc87748f35f0ce44 (patch)
treed1a4c45764da74a7fb049537a8446ba13bbbf32a /src
parent4f98c2f508f38a5ccf793e48acdae9063b5f5eb7 (diff)
downloadopenbsd-64dd23ac75bf38a89754b9ffbc87748f35f0ce44.tar.gz
openbsd-64dd23ac75bf38a89754b9ffbc87748f35f0ce44.tar.bz2
openbsd-64dd23ac75bf38a89754b9ffbc87748f35f0ce44.zip
remove some wacky Xo/Xc;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/strtod.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3
index 13db821c68..0066cc02f3 100644
--- a/src/lib/libc/stdlib/strtod.3
+++ b/src/lib/libc/stdlib/strtod.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: strtod.3,v 1.15 2012/09/15 11:47:04 martynas Exp $ 32.\" $OpenBSD: strtod.3,v 1.16 2012/09/16 17:54:03 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: September 15 2012 $ 34.Dd $Mdocdate: September 16 2012 $
35.Dt STRTOD 3 35.Dt STRTOD 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -95,7 +95,7 @@ or
95ignoring case, it is interpreted as an infinity or a quiet \*(Na, 95ignoring case, it is interpreted as an infinity or a quiet \*(Na,
96respectively. 96respectively.
97The syntax 97The syntax
98.Dq Xo Pf NAN( Ar "s" ) Xc , 98.Dq NAN Ns Pq Ar s ,
99where 99where
100.Ar s 100.Ar s
101is an alphanumeric string, produces the same value as the call 101is an alphanumeric string, produces the same value as the call