From: David van Moolenbroek Date: Mon, 24 May 2010 21:10:37 +0000 (+0000) Subject: fix int64.3 man page formatting X-Git-Tag: v3.1.7~39 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=2a8961cdac18fee4f657c1c133f9b2cf946b43a2;p=minix.git fix int64.3 man page formatting --- diff --git a/man/man3/int64.3 b/man/man3/int64.3 index ad19b0c5d..f0f63ffa4 100644 --- a/man/man3/int64.3 +++ b/man/man3/int64.3 @@ -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