diff options
author | 2012-09-16 17:54:03 +0000 | |
---|---|---|
committer | 2012-09-16 17:54:03 +0000 | |
commit | 9bcd94f1baf047f258874f41b81acb24f335f371 (patch) | |
tree | 28133f9cb8728dd61b209002dedd808e54bbca7a /lib/libc/stdlib | |
parent | now that log_imsg() is only used in smtpd.c, set it as static. (diff) | |
download | wireguard-openbsd-9bcd94f1baf047f258874f41b81acb24f335f371.tar.xz wireguard-openbsd-9bcd94f1baf047f258874f41b81acb24f335f371.zip |
remove some wacky Xo/Xc;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtod.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index 13db821c68c..0066cc02f32 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.15 2012/09/15 11:47:04 martynas Exp $ +.\" $OpenBSD: strtod.3,v 1.16 2012/09/16 17:54:03 jmc Exp $ .\" -.Dd $Mdocdate: September 15 2012 $ +.Dd $Mdocdate: September 16 2012 $ .Dt STRTOD 3 .Os .Sh NAME @@ -95,7 +95,7 @@ or ignoring case, it is interpreted as an infinity or a quiet \*(Na, respectively. The syntax -.Dq Xo Pf NAN( Ar "s" ) Xc , +.Dq NAN Ns Pq Ar s , where .Ar s is an alphanumeric string, produces the same value as the call |