From 2a8961cdac18fee4f657c1c133f9b2cf946b43a2 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Mon, 24 May 2010 21:10:37 +0000 Subject: [PATCH] fix int64.3 man page formatting --- man/man3/int64.3 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.0