diff options
author | 1999-06-29 18:36:15 +0000 | |
---|---|---|
committer | 1999-06-29 18:36:15 +0000 | |
commit | c5a79f6d698828f596844fbde12b62d467ed1d5a (patch) | |
tree | 700f79971495b8a8111e0f399d6e2fc79b9f6766 /lib/libc/stdlib/ldiv.3 | |
parent | repairs (diff) | |
download | wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.tar.xz wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.zip |
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/ldiv.3')
-rw-r--r-- | lib/libc/stdlib/ldiv.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index f5f22881b9b..60b35dc98f3 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ldiv.3,v 1.3 1999/05/16 19:55:15 alex Exp $ +.\" $OpenBSD: ldiv.3,v 1.4 1999/06/29 18:36:21 aaron Exp $ .\" .Dd June 29, 1991 .Dt LDIV 3 @@ -50,15 +50,15 @@ The .Fn ldiv function computes the value -.Ar num/denom +.Fa num Ns No / Ns Fa denom and returns the quotient and remainder in a structure named -.Ar ldiv_t +.Li ldiv_t that contains two -.Em long integer +.Li long integer members named -.Ar quot +.Fa quot and -.Ar rem . +.Fa rem . .Sh SEE ALSO .Xr div 3 , .Xr math 3 , |