From 55975b54fbb3f6d045313e80e1f2a360f04c63b1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 3 Feb 2009 16:59:38 +1300 Subject: [PATCH] ilogb.3: SEE ALSO: add significand(3) Signed-off-by: Michael Kerrisk --- man3/ilogb.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man3/ilogb.3 b/man3/ilogb.3 index d9172f47a..b4a9776bf 100644 --- a/man3/ilogb.3 +++ b/man3/ilogb.3 @@ -24,7 +24,7 @@ .\" .\" Inspired by a page by Walter Harms created 2002-08-10 .\" -.TH ILOGB 3 2008-08-05 "" "Linux Programmer's Manual" +.TH ILOGB 3 2009-02-04 "" "Linux Programmer's Manual" .SH NAME ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value .SH SYNOPSIS @@ -133,4 +133,5 @@ or raise an exception for this case. C99, POSIX.1-2001. .SH "SEE ALSO" .BR log (3), -.BR logb (3) +.BR logb (3), +.BR significand (3)