1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Update src/uu/printf/printf.md

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
Masahito Osako 2023-04-06 00:22:08 +09:00 committed by GitHub
parent 097002bdaf
commit ade823c163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ Fields
* `%g` or `%G`: shorter of specially interpreted decimal or SciNote floating point value. * `%g` or `%G`: shorter of specially interpreted decimal or SciNote floating point value.
second parameter is second parameter is
`-max` places after decimal point for floating point output `-max` places after decimal point for floating point output
-max number of significant digits for scientific notation output `-max` number of significant digits for scientific notation output
parameterizing fields parameterizing fields