aboutsummaryrefslogtreecommitdiffstats
path: root/man3/div.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/div.3')
-rw-r--r--man3/div.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/div.3 b/man3/div.3
index 5b32f20754..8eebbaa69a 100644
--- a/man3/div.3
+++ b/man3/div.3
@@ -62,7 +62,7 @@ The \fIdiv_t\fP (etc.) structure.
.SH EXAMPLE
After
.nf
- div_t q = div(-5, 3);
+ div_t q = div(\-5, 3);
.fi
the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
.SH "CONFORMING TO"