fix int64.3 man page formatting

This commit is contained in:
David van Moolenbroek 2010-05-24 21:10:37 +00:00
parent 1f11a57141
commit 2a8961cdac

View file

@ -123,6 +123,7 @@ Divide the 64 bit number
by the 64 bit number
.I j
giving a 64 bit number.
.TP
.B "unsigned long div64u(u64_t \fIi\fP, unsigned \fIj\fP)"
Divide the 64 bit number
.I i
@ -130,6 +131,7 @@ by the unsigned
.I j
giving an unsigned long. Overflow is not checked. (Typical "byte offset to
block number" conversion.)
.TP
.B "u64_t div64u64(u64_t \fIi\fP, unsigned \fIj\fP)"
Divide the 64 bit number
.I i