Loading...
stdlib/FreeBSD/ldiv.3 Libc-1725.40.4 Libc-763.13
--- Libc/Libc-1725.40.4/stdlib/FreeBSD/ldiv.3
+++ Libc/Libc-763.13/stdlib/FreeBSD/ldiv.3
@@ -43,15 +43,14 @@
 .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
+.Fa num Ns / Ns Fa denom
+and returns the quotient and remainder in a structure named
 .Vt ldiv_t
 that contains two
 .Vt long