aboutsummaryrefslogtreecommitdiffstats
path: root/man3/difftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/difftime.3')
-rw-r--r--man3/difftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/difftime.3 b/man3/difftime.3
index 21f0090f13..abdd59411e 100644
--- a/man3/difftime.3
+++ b/man3/difftime.3
@@ -48,7 +48,7 @@ On a POSIX system, time_t is an arithmetic type, and one could just
define
.RS
.nf
-#define difftime(t1,t0) (double)(t1 - t0)
+#define difftime(t1,t0) (double)(t1 \- t0)
.fi
.RE
when the possible overflow in the subtraction is not a concern.