Loading...
stdlib/ldiv.3 Libc-583 Libc-262
--- Libc/Libc-583/stdlib/ldiv.3
+++ Libc/Libc-262/stdlib/ldiv.3
@@ -34,9 +34,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)ldiv.3	8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/ldiv.3,v 1.9 2002/12/18 13:33:03 ru Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/ldiv.3,v 1.7 2001/09/07 14:46:35 asmodai Exp $
 .\"
-.Dd November 14, 2001
+.Dd June 4, 1993
 .Dt LDIV 3
 .Os
 .Sh NAME
@@ -47,30 +47,27 @@
 .Sh SYNOPSIS
 .In stdlib.h
 .Ft ldiv_t
-.Fn ldiv "long numer" "long denom"
+.Fn ldiv "long num" "long denom"
 .Sh DESCRIPTION
 The
 .Fn ldiv
 function
 computes the value
-.Fa numer Ns / Ns Fa denom
-(numerator/denominator).
-Ir returns the quotient and remainder in a structure named
-.Vt ldiv_t
+.Ar num/denom
+and returns the quotient and remainder in a structure named
+.Ar ldiv_t
 that contains two
-.Vt long
+.Em long integer
 members named
-.Va quot
+.Ar quot
 and
-.Va rem .
+.Ar rem .
 .Sh SEE ALSO
 .Xr div 3 ,
-.Xr imaxdiv 3 ,
-.Xr lldiv 3 ,
 .Xr math 3
 .Sh STANDARDS
 The
 .Fn ldiv
 function
 conforms to
-.St -isoC-99 .
+.St -isoC .