summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/div.3
diff options
context:
space:
mode:
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 c766d37fab1..5cc3b8757c8 100644
--- a/lib/libc/stdlib/div.3
+++ b/lib/libc/stdlib/div.3
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: div.3,v 1.3 1999/05/16 19:55:14 alex Exp $
+.\" $OpenBSD: div.3,v 1.4 1999/06/29 18:36:19 aaron Exp $
.\"
.Dd April 19, 1991
.Dt DIV 3
@@ -48,11 +48,11 @@ The
.Fn div
function
computes the value
-.Fa num/denom
+.Fa num Ns No / Ns Fa denom
and returns the quotient and remainder in a structure named
.Fa div_t
that contains two
-.Em int
+.Li int
members named
.Fa quot
and