summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjmc <>2012-09-16 17:54:03 +0000
committerjmc <>2012-09-16 17:54:03 +0000
commit50b3ad9ae18cc1107f1f3e50a3da6e97537c3651 (patch)
treed1a4c45764da74a7fb049537a8446ba13bbbf32a /src/lib/libc
parentb7ff15d93a4c1884c3ac2da29dace1d1fdd7e373 (diff)
downloadopenbsd-50b3ad9ae18cc1107f1f3e50a3da6e97537c3651.tar.gz
openbsd-50b3ad9ae18cc1107f1f3e50a3da6e97537c3651.tar.bz2
openbsd-50b3ad9ae18cc1107f1f3e50a3da6e97537c3651.zip
remove some wacky Xo/Xc;
Diffstat (limited to 'src/lib/libc')
-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