aboutsummaryrefslogtreecommitdiffstats
path: root/man5/complex.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/complex.5')
-rw-r--r--man5/complex.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/complex.5 b/man5/complex.5
index aad6012f52..227e607599 100644
--- a/man5/complex.5
+++ b/man5/complex.5
@@ -32,7 +32,7 @@ Your C-compiler can work with complex numbers if it supports the C99 standard.
Link with \-lm. The imaginary unit is represented by I.
.sp
.nf
-/* check that exp(i*pi) == -1 */
+/* check that exp(i*pi) == \-1 */
#include <math.h> /* for atan */
#include <complex.h>
main() {