]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/div.3
hyphen/dash fixes
[thirdparty/man-pages.git] / man3 / div.3
index 5b32f2075484233fcf076b482c9ed818d9ecc4b3..8eebbaa69a35380b79dc99d5a7e5a6f8311198fa 100644 (file)
@@ -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"