summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isinf.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/isinf.3')
-rw-r--r--lib/libc/gen/isinf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/isinf.3 b/lib/libc/gen/isinf.3
index 8a24f7ecd5d..304d56d4023 100644
--- a/lib/libc/gen/isinf.3
+++ b/lib/libc/gen/isinf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isinf.3,v 1.5 1999/05/29 20:07:13 aaron Exp $
+.\" $OpenBSD: isinf.3,v 1.6 1999/07/09 13:35:17 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,9 +40,9 @@
.Nd test for infinity or not-a-number
.Sh SYNOPSIS
.Fd #include <math.h>
-.Ft int
+.Ft int
.Fn isinf "double n"
-.Ft int
+.Ft int
.Fn isnan "double n"
.Sh DESCRIPTION
The