summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/div.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/stdlib/div.3
parent1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/div.3')
-rw-r--r--lib/libc/stdlib/div.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3
index 31fc7424cca6..05567fbd3949 100644
--- a/lib/libc/stdlib/div.3
+++ b/lib/libc/stdlib/div.3
@@ -55,11 +55,11 @@ computes the value
and returns the quotient and remainder in a structure named
.Fa div_t
that contains two
-.Em int
+.Vt int
members named
-.Fa quot
+.Va quot
and
-.Fa rem .
+.Va rem .
.Sh SEE ALSO
.Xr imaxdiv 3 ,
.Xr ldiv 3 ,