Changes.old: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-12-30 15:16:40 +01:00 committed by Michael Kerrisk
parent 835b2b2c27
commit b773bb0f1b
1 changed files with 1 additions and 1 deletions

View File

@ -2117,7 +2117,7 @@ stat.2
frexp.3
Volker Reichelt / mtk
Fixed to point out that that frexp() returns a number whose
Fixed to point out that frexp() returns a number whose
*absolute* value is >= 0.5 and < 1. Amended the example
program to demonstrate this.