When a precision is given, the 0 flag is ignored only for integer conversions, not for all numeric conversions. Signed-off-by: Vincent Lefevre <vincent@xxxxxxxxxx> --- man3/printf.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/printf.3 b/man3/printf.3 index 790ebf4d8..b90a71293 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -324,7 +324,7 @@ and flags both appear, the .B \&0 flag is ignored. -If a precision is given with a numeric conversion +If a precision is given with an integer conversion .RB ( d , .BR i , .BR o , -- 2.40.0