diff options
author | jmc <> | 2012-09-16 17:54:03 +0000 |
---|---|---|
committer | jmc <> | 2012-09-16 17:54:03 +0000 |
commit | 64dd23ac75bf38a89754b9ffbc87748f35f0ce44 (patch) | |
tree | d1a4c45764da74a7fb049537a8446ba13bbbf32a /src | |
parent | 4f98c2f508f38a5ccf793e48acdae9063b5f5eb7 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
95 | ignoring case, it is interpreted as an infinity or a quiet \*(Na, | 95 | ignoring case, it is interpreted as an infinity or a quiet \*(Na, |
96 | respectively. | 96 | respectively. |
97 | The syntax | 97 | The syntax |
98 | .Dq Xo Pf NAN( Ar "s" ) Xc , | 98 | .Dq NAN Ns Pq Ar s , |
99 | where | 99 | where |
100 | .Ar s | 100 | .Ar s |
101 | is an alphanumeric string, produces the same value as the call | 101 | is an alphanumeric string, produces the same value as the call |